Re: IIS Problem Please Help!
Quote:
Originally Posted by PuNkY
I have a little IIS problem. Every time i try to open a database (.MDB file) I get an IIS Error: The Procedure Could Not Be Found. I know its not my code because I tested one of the IIS Samples and still same error showed :mad: ... Any ideas?
PS: I just installed WinXP Pro. I did NOT do the updates(i dont have the internet yet). Is that the problem?
I have never came across this problem. Why dont you re-install IIS that will probably solve the problem.
Re: IIS Problem Please Help!
Quote:
Originally Posted by Danial
I have never came across this problem. Why dont you re-install IIS that will probably solve the problem.
I tried this. I am now downloading the IIS update now. Maybe this will work... maybe not :(
Re: IIS Problem Please Help!
Quote:
Originally Posted by PuNkY
I tried this. I am now downloading the IIS update now. Maybe this will work... maybe not :(
Is it just the DB access and all the standard ASP code works. In that case installing new version of MDAC(Database drivers) as DB drivers might be corrupted.
Hope it helps.
Re: IIS Problem Please Help!
you might also try checking the windows access writes to the database....make sure that your anonymous web user has access to the database...usually that user is <COMPUTERNAME>\IUSR_<COMPUTERNAME>. So if your page is writing data to the database, make sure they have write access to the database.
Jim P.
Re: IIS Problem Please Help!
Quote:
Originally Posted by Danial
Is it just the DB access and all the standard ASP code works. In that case installing new version of MDAC(Database drivers) as DB drivers might be corrupted.
Hope it helps.
Where do you download this? That might be the problem.
Thanks in advance :)
Re: IIS Problem Please Help!
Quote:
Originally Posted by PuNkY
Where do you download this? That might be the problem.
Thanks in advance :)
Here is the link for MDAC
http://www.microsoft.com/downloads/d...displaylang=en
Re: IIS Problem Please Help!
Thanks very very much!!! :) :) :) worked out wonderful!
:D :D :D
Re: IIS Problem Please Help!
Quote:
Originally Posted by PuNkY
Thanks very very much!!! :) :) :) worked out wonderful!
:D :D :D
Glad to hear it worked. I didnt think that would solve the problem, but thought it was worth a shot.
Happy coding.
:wave:
Re: IIS Problem Please Help!
I'm running XP Home edition, how do I get IIS for that?
Re: IIS Problem Please Help!
Quote:
Originally Posted by YourSurrogateGod
I'm running XP Home edition, how do I get IIS for that?
IIS is not available for XP Home Edition, there is a way around on the net but its very unstable. I would advice you to get a copy of XP Professional.
Re: IIS Problem Please Help!
Quote:
Originally Posted by Danial
IIS is not available for XP Home Edition, there is a way around on the net but its very unstable. I would advice you to get a copy of XP Professional.
Grr... this sucks :) .