Nikhil K Posts:18

 |
| 05/05/2008 3:28 AM |
|
Hi,
We dont have the write permission for the folders and web config files.
to enable the Ajax setings in web config mannualy how to do it?
I tried doing it manualy by including the line
< httpHandlers>
< add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
httpModules>
Is that all i have to do !!!
Pls help me solve it |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/05/2008 7:06 AM |
|
| you are not able to play video, right? can you try to select "i can't see it" in uvg configuration wizard when ask for flv mime type support? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/05/2008 6:53 PM |
|
Hi,
In the configuration wizar i did select the "I can't see it" but still vedio not displaying. but I cant update the web config thro the wizard as we are not given the write permision. I checked with hosting company they say flv mime type is enabled in the server. now how to go about it |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/06/2008 5:20 AM |
|
| so please show me the url of UVG video list. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/07/2008 1:21 AM |
|
This is the error shown in event viewer when i try to view the video.
DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at BizModules.UltraVideoGallery.vId.GetResourceXml() in C:\MyHomeTown\DesktopModules\UltraVideoGallery\vId.aspx.vb:line 269 at BizModules.UltraVideoGallery.vId.Page_Load(Object sender, EventArgs e) in C:\MyHomeTown\DesktopModules\UltraVideoGallery\vId.aspx.vb:line 199 at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Pls: note we dont have write permission for UVG folders. but we have the excecute permission for network_service a/c .
Pls advice how to go about. |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/07/2008 2:14 AM |
|
| what about Read permission? it seems read permission is also not available so the GetResourceXml method returns a null object. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/07/2008 2:56 AM |
|
| Read permission is there. |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/07/2008 5:38 PM |
|
no, I belive it is bad, this method read /Desktopmodules/UltraVideoGallery/Swf_Resource/UltraVideoGallery.swf.xml and returns an xml object, please check this file to see if it exists, it should exists if you properly installed UVG. but the read permission is not properly set so this method is not able to read this file and returns a null object. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/07/2008 8:51 PM |
|
our hosting Server supports only FLV format. We use binaries to convert to flv online. Vedio convertion is taking place fine. we tried to upload a swf file it was uploaded with flv format.
We asked hosting company to run the application in server localhost they say in server also the video not playing. how to go about it. |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/07/2008 9:17 PM |
|
| can you tell me the url of your video gallery? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/08/2008 3:17 AM |
|
Can you pls let me know Read permission should be available for what all user accounts when using win 2003 server. |
|
|
|
|
database error Posts:79

 |
| 05/08/2008 4:57 AM |
|
YOUR ANSWER: In windows2003 the account is "Network Service" You can view a sample of the XML file Pengtsen talked about here: http://www.bizmodules.net/Desktopmodules/UltraVideoGallery/Swf_Resource/UltraVideoGallery.swf.xml You should replace bizmodules.net with your domain and be able to see the same XML file. |
|
Bent Angle |
|
|
Pengtsen R Posts:5244

 |
| 05/08/2008 7:55 AM |
|
| yes, network service should have rights to read this xml file. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Nikhil K Posts:18

 |
| 05/08/2008 7:18 PM |
|
| Iam able to view the xml file in browser by replacing to my domin name. |
|
|
|
|
Pengtsen R Posts:5244

 |
| 05/09/2008 4:36 AM |
|
| this proves this xml file do exist on your server, please go ahead to check server permisisons. |
|
Pengtsen R http://www.bizmodules.net |
|
|