-
Posted to
IIS7 - General
by
mmleinen
on
01-18-2008, 9:45 PM
I read the article, but I did not see anywhere in it where it showed how to give write access to the web.config file to asp.net.
The "dashcommerce" asp.net application instructions say that it needs to the application to have write access to the web.config. Can't I just give permissions on the file to a certain user that asp.net ...
-
Posted to
IIS7 - General
by
mmleinen
on
01-18-2008, 5:03 PM
I don't know why I am finding this difficult, but...
How does one make the web.config file writeable for an ASP.NET application?
Thanks,
RL
-
Posted to
IIS7 - Classic ASP
by
mmleinen
on
01-18-2008, 2:36 PM
Alle,
Great info, thanks! Sorry if I sounded a little frustrated, but this has turned my world upside down - not be able to get my two most important web apps to run in a vista dev environment. I just bought a $6,000 dev machine from dell that only supports vista (go figure). So I have been feeling a little stressed about moving to vista. But you ...
-
Posted to
IIS7 - Classic ASP
by
mmleinen
on
01-18-2008, 1:26 PM
I would hope that someone in the IIS7 team would take this one seriously. These are showstopper issues for IIS7. Is there anyone who has a web.config file that actually works with these validation controls in VS 2008 on IIS7? None of the suggestions have worked.
Please someone respond.
-
Posted to
IIS7 - Classic ASP
by
mmleinen
on
01-17-2008, 1:05 AM
Anil,
I am having the same problem. I put the following into the section you suggested:
<system.webServer><handlers>
<add name="WebResource" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />
But here is the error I get again:
The ...