Quote:
Originally Posted by Burnsie
The site worked perfectly with pws. All I have done is put the entire site onto a new machine. I can see all the files in the tesing server and access them. But not being able to preview them makes working on the site v. hard work. I have not altered a single line of code since moving the site!
|
So that means it's not a code problem. Some kind of difference between the way the two machines are configured...
Can you give a few more details? What version of IIS are you using, or if you're not sure, what operating system? Ideally these are the same on both computers, but I wouldn't be surprised if it's Windows Server 2003 ( IIS 6 ) and Windows XP Pro ( IIS 5.2 ). That's not a problem at all - actually that's how things are set up at my job.
Are you using ASP "Classic" or ASP.NET? If it's the latter, can you make sure both machines are using the same version of the .NET Framework? You'd check that in the IIS mgt application, under the site's properties. It's possible ( but not likely ) your code is using a feature of .NET 2 and the server is using 1.1 to process the code.
You might want to check the NTFS permissions on the files that make the site up. It's also possible the web server doesn't have access to them - it's probably running under NETWORK SERVICE.
Otherwise, I need more details to give you better / more specific advice.
|