moghazali,
Thanks for the reply. It looks like an issue with the web.config file. I added the old one in and it started to work. But when I go to the new one i get this error. I checked the two against each there and I don't see anything that would be different. However I know that when I am using the web.config on the production system it is causing an issue. That is why I had to change the folder. I needed to make my test system like my production system. Do you know what would be causing this issue?
Main Topics
Browse All Topics





by: moghazaliPosted on 2009-05-28 at 14:54:32ID: 24498208
1. Does your sub directory contains an independent ASP.NET web site/application? If yes, you must create an application for the sub folder. For this, open the Properties of the sub directory in IIS. On the Directory tab, within Application Settings section, click the Create button to mark the sub folder to act as an independent ASP.NET application. On the other hand, it is just a sub directory containing some pages, make sure you have set some default page for the directory if you browsing without mentioning a page.
2. Make sure the Upload folder has Modify permissions set for ASPNET account which is default for Windows 2000/XP and Network Service if your site is on Windows 2003.