I posted a question late last night, I knew it wasn't a RFH problem (but it still got removed). Anyway, I solved it this morning, and the issue was this:
The reason is becuase in he web.config file VS2005 adds a XMLS reference in the <configuration> part which refers to the .net 2.0 framework, and since RFH isn't 2.0 yet, the application doesn't run
- You create a new web project in VS2005
- You view it online and the the "turn custome Errors mode to off" msg even tho it is 'off'
Also should you decide to the to publish or build your project, be sure that VS will add the XMLS reference back into the web.config so you will have to edit it again. (this was my exact proelm last night)
Anyway, its something that easily forgotten and can cause a lot of stress, so just try and remember, or write it down next to your PC,


Reply With Quote
Bookmarks