|
-
Jun 17th, 2010, 06:13 AM
#1
Thread Starter
Lively Member
[RESOLVED] My Login form not work after publish in IIS
hi all, i have a problem annoy me.
I create some asp.net program in Visual Studio 2008.
i am using File --> New Website to create website.
it work fine when debug F5 in visual Studio.
But after i publish and put the result in folder C:\Inetpub\wwwroot.
that code not work without return any error message so i cannot trace the problem.
if The database in same machine with IIS, it work ok. but if database in another computer, i cannot run my Login not work.
i believe the problem is my method deployment still not correct.
my method:
i publish website with right clik in solution ,and choose publish website.
i choose the direction. after that ,i copy the folder to C:\Inetpub\wwwroot.
I create the Virtual directory,set application name and asp.net version :2.0.50727
When i running http://localhost/DW/Login.aspx. it 's running. But when i clik the button submit for submit my username and password it not return anything.
Can some one give a clue or something link can help me??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|