|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Samet Kaya Posts:9

 |
| 03/19/2008 3:57 AM |
|
| I've installed umg version 05.01 and i've added the module to a page. I'm getting stuck on the first step. If I check enable ajax.net and the understand checkbox and then click the next button, nothing happens. If I look at my web.config on my webserver I cannot see a change was made. Is there some reason the module can't modify my web.config? |
|
|
|
|
Samet Kaya Posts:9

 |
| 03/19/2008 4:55 AM |
|
| Sorry, my mistake. My web.config had not the the right permissions. After setting the write permissions for my web.config, the problem has been fixed. |
|
|
|
|
Pengtsen R Posts:5177

 |
| 03/19/2008 7:11 AM |
|
| ahha. ok. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Padmanand Warrier Posts:2

 |
| 04/05/2008 3:28 PM |
|
| Hi I have the same problem. How did you setup write permissions? Is your site hosted thru a hosting provider? |
|
|
|
|
Samet Kaya Posts:9

 |
| 04/05/2008 3:35 PM |
|
| It's hosted by a hosting company. But I have remote access. If your iis is installed on win2003, give the network service write permissions on your web.config. That should do the trick. If it's still not working, you can add the single of code that enables ajax. Look in your documentation to retrieve this line of code. This is just a workarround. So be careful. |
|
|
|
|
Padmanand Warrier Posts:2

 |
| 04/06/2008 6:55 AM |
|
| Thank you, I ended up modifying the web.config following the instructions in the video at http:www.asp.net/learn/ajax-videos/video-81.aspx, and that seems to do the trick to get the wizard working. |
|
|
|
|
Pengtsen R Posts:5177

 |
| 04/06/2008 10:30 PM |
|
| great! |
|
Pengtsen R http://www.bizmodules.net |
|
|
Ryan Moore Posts:5

 |
| 04/23/2008 2:31 AM |
|
I'm having the exact same problem and i'm freaking out!! Please help!!
- loading the page with the module, the module shows the wizard step 1 - i can check the two boxes and Next all day long, and it never saves/moves to the next step - yes, there's some permissions problem with web.config, the host settings page is having problems saving too... - BUT, this is dnn 4.8, and it shows on the host setings that AJAX is already enabled!! - I also followed the instrucitons to update the web.config manually to get it setup for ajax .net and it's all in place now
SO I have no idea what's missing and what I can do to move forward, definately stuck!!!
checked in the help online and documentation and nowhere does it list the web.config updates or anything else taht I might need to add for the media gallery module.
is there ANY other way to skip that step on the module? Especially if it seems that ajax is working and other modules are already using it?
|
|
|
|
|
Samet Kaya Posts:9

 |
| 04/23/2008 2:40 AM |
|
Look in your web.config for this line, it's normally placed between the :
< add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
If it isn't there, you have to place it. When you do that, the wizard doesn't start with step 1.
This is just a workaround, so if dnn said your web.config hasn't the right permissions, you have to fix this otherwise you could get problems in the future.
|
|
|
|
|
Pengtsen R Posts:5177

 |
| 04/23/2008 7:43 AM |
|
Samet it right, please append this line manually. the ajaxpro component in UMG is different with DNN ajax. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|