Forums

This topic is locked

ASP.net problems

Posted 30 Aug 2002 09:30:19
1
has voted
30 Aug 2002 09:30:19 Rune Lundmoen posted:
I'm trying to connect to a access database with asp.net. But I got a 'Error 500'. Someone who have the same problems ? Do someone have I tutorials fore this ?<img src=../images/mxzone/forum/icon_smile.gif border=0 align=middle>

Replies

Replied 30 Aug 2002 09:41:40
30 Aug 2002 09:41:40 Martha Graham replied:
Hi,

I found a tutorial that hopefully will answer your questions.
www.udzone.com/showDetail.asp?TypeId=2&NewsId=609

Good luck.

Martha Graham
Dynamic Zones
Replied 30 Aug 2002 14:25:20
30 Aug 2002 14:25:20 Rune Lundmoen replied:
No Luck!!!

Replied 31 Aug 2002 11:57:54
31 Aug 2002 11:57:54 Viktor Farcic replied:
What exactly are you trying to do? Databind table data to datagrid, datalist or repeater? It can be little confusing at first. Show us your code and someone will try to solve your problem.

Viktor Farcic
www.farcic.com
TalkZone Manager
Replied 31 Aug 2002 13:53:46
31 Aug 2002 13:53:46 Rune Lundmoen replied:
In DMX I'm traying to connect to a Access database, and I'm using this connection 'wizard'. I make the new Site, use ASP.net as server model. But I got this error. *HTTP Error Code 500 Internal Server Error. when I'm click the test button in DMX. Is this bescause I haven't installed the asp.net corectly on my computer ? I run WinXP Pro with IIS.

Replied 02 Sep 2002 09:13:54
02 Sep 2002 09:13:54 Viktor Farcic replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
In DMX I'm traying to connect to a Access database, and I'm using this connection 'wizard'. I make the new Site, use ASP.net as server model. But I got this error. *HTTP Error Code 500 Internal Server Error. when I'm click the test button in DMX. Is this bescause I haven't installed the asp.net corectly on my computer ? I run WinXP Pro with IIS.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Have you installed .Net SDK?

Viktor Farcic
www.farcic.com
TalkZone Manager
Replied 02 Sep 2002 13:01:11
02 Sep 2002 13:01:11 Rune Lundmoen replied:
Hello!
I have only installed .net framework. Do I need to install the .net framework SDK ?

Replied 25 Sep 2002 11:58:39
25 Sep 2002 11:58:39 Stephen Davidson replied:
Lo Peeps,

I am having the same problems with the DATAGRID tutorial, every time I come to TEST the connection string I am getting an 'unspecfified error'.

I have given everyone and their dog access to the folder containg the DB so now i am at a loss..

ANy ideas?

SMD
Replied 26 Sep 2002 10:07:48
26 Sep 2002 10:07:48 Gary Whittle replied:
QUOTE:
In DMX I'm traying to connect to a Access database, and I'm using this connection 'wizard'. I make the new Site, use ASP.net as server model. But I got this error. *HTTP Error Code 500 Internal Server Error. when I'm click the test button in DMX. Is this bescause I haven't installed the asp.net corectly on my computer ? I run WinXP Pro with IIS.



I have to upload my files to my web server in order to test. If your PC is not running some form of Web Server that can handle ASP, OR if you have not configured DMX to use the server as the testing server, then you will generate errors when testing the page.

Are you able to connect to your database and create recordsets etc OK? If so, then I guess you are not running the ASP on an ASP server.

HTH

Gary.
Replied 29 Sep 2002 00:33:20
29 Sep 2002 00:33:20 Alex Campbell replied:
I got on the same problem. I think it happens when the OS/IIS has non-English settings. After some debugging I found the glitch in:

_mmServerScripts\MMHTTPDB.asp

I changed the original Line 6 and below to :

ver = right(svr, len(svr)-ix)
if ver &lt;&gt; "4" then
Session.CodePage=65001
end if

and now it works okay on my Win2k.

Alx

Reply to this topic