Hello Good Day to you all.
I had a massive problem in deploying the website. It took me more than 2 days - but I now give it up.
Actually the same complete web application package has been running on a PC, say PC1.
Now I'm multiplying the same identical package on another PC with the identical specs (simply another machine, say PC2).
Somehow it doesn't work there.
The both machine PC1 and PC2 are
not the PC where I installed my VWD (using Visual Studio 2008 Professional Edition Version 9.0.21022.8 RTM).
Thus I am not using the built-in server installed by VS2008 but the IIS as my web server.
For infos, the PC1 and PC2 have this spec:
Windows XP Professional Version 5.1.2600 SP3 Build 2600
Internet Explorer Version 7.0.5730.13
No virus scanner (new machine)
No firewall
I am using the local sql server for the user administration (ASPNETDB.mdf in the App-Data folder), thus exactly like the article in the book.
Not even the call by using
http://localhost
worked on the PC2. On the PC1 everything's fine.
I deploy the web application by using the function "Publish Web site" in the VS and copy all the results to the target PC (PC1 and PC2).
And I followed the deployment instruction in the book and even retried several times. But the result is always the same:
The browser will just wait and wait and wait... and the progress bar shows about 50% and stops there eternally.
There is no error or any adequate messages. It simply stops.
I also tried
http://localhost/Login.aspx
http://localhost/Default.aspx
and both asp pages are available, but nothing works. The browser will simply stop.
Could you please help me?
Could maybe somebody specify what can be done else in the term of
Recreating the Database (book page 660 f.f)?
Thanks very much in advance
Andri