I am installing v4.3.5_Install at Server Inetellect. (I have v3.2.1 running at the same host with no problems). The config is ASP.Net v2 and SQL 2005.
1). I am getting the generic "Runtime Error" message and cannot get the remote custom error page to work, (page just displays as a blank). I have never had to use the custom error page before, but here is what I did.
A)Set string in web.config
<!-- permits errors to be displayed for remote clients -->
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
B). Create a blank web page "mycustompage.htm"
C). Clear cache in browser and browse to http://domainname/vdirname/
D). I get a blank page with a title in the browser window that says "http://domainname/vdirname/mycustompage?aspxerrorpath=/portal/default.aspx
Any clues or suggestions of what I am doing wrong?
2). An additional question on the data connection string. I am using SQL 2005, not the Express version. Do I need to remover or comment out the SQL Express string, or can they stay in there?
Regards,
Jim Begley