eramgarden
Programmer
I have asp pages on a box,a website created via IIS is pointing to it... the ex-developer set that up and it all fine and dandy.
I got a new box and want to create the website on this box...so
1. I created the website thru IIS. Have IP address. Have the right folder.
2. Compared it to the other box. Went thru all the tabs in IIS.."security", "website", "home directory"..etc and it all looks the same as the GOOD/Working box.
3. I point to the new website, first page comes on. I click on a link and it comes up. But on 2 other links, I get nothing...it wont show up....
There was a line "on error resume next"..I removed it and put "response.write("Page display"
on the top of the ASP page and that line showed but. I removed this line and put it somewhere in the bottom of the page and it doesnt show up. I just get a blank page with "Done" at the bottom. I also did a "properties" on the blank page and it's pointing to "
What am I missing? how can I debug this??
I got a new box and want to create the website on this box...so
1. I created the website thru IIS. Have IP address. Have the right folder.
2. Compared it to the other box. Went thru all the tabs in IIS.."security", "website", "home directory"..etc and it all looks the same as the GOOD/Working box.
3. I point to the new website, first page comes on. I click on a link and it comes up. But on 2 other links, I get nothing...it wont show up....
There was a line "on error resume next"..I removed it and put "response.write("Page display"
What am I missing? how can I debug this??