submit (or postback) does nothing in IIS 6.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had several asp.net web applications working well under IIS 5.1. Then we
set up a 2003 sever with IIS 6.0 and moved those applications over. We
"allowed" the ASP.NET applications. The first page shows up fine. The
client side validators all seem to work well, but when I click submit to
postback, nothing happens. No action is taken what so ever. Do I have a
permission problem somewhere?
 
Tyler said:
I had several asp.net web applications working well under IIS 5.1. Then we
set up a 2003 sever with IIS 6.0 and moved those applications over. We
"allowed" the ASP.NET applications. The first page shows up fine. The
client side validators all seem to work well, but when I click submit to
postback, nothing happens. No action is taken what so ever. Do I have a
permission problem somewhere?

I don't know if this has anything to do with your problems, but in the
migration from IIS 5 to IIS 6, ASP went from operating under the user
ASP.NET to
Network Service. Try giving Network Service the same permissions that you
gave ASP.NET and see if that works


Phil
 
Back
Top