sql server - Unable to display classic asp page on local machine on iis7 -
i new classic asp deployment. have deployed classic asp project on local machine on iis7 of windows7.
when browse website iis displays home page when click on search button on page should redirect search.asp page not displayed , no errors shown.
shows the website cannot display page
.
sqlserver version: 2008
my connection string:
mm_mtyadi_string.open "provider=sqloledb;data source=.\sqlexpress;initial catalog=mydb;integrated security=true;"
my html code :
<a href="html/search.asp"><img src="images/search.gif" width=351 height=51 border="0">
any suggestions?
if using iis7 classic asp has own error reporting settings. in iis manager have double click asp properties page pop up.
expand: debugging properties: set send errors browser : true
that give detailed classic asp errors can understand code breaking.
Comments
Post a Comment