Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 09-23-2005, 12:00   #1 (permalink)
Mike
Civilians

 
Default Access DB and ASP or ASP.net

I have a DB that I am using with FP. I have used DB's before without a
problem, but this time is a little different situation. Here it is;

The DB is NOT in the FP web, but connected via a System DSN. The DB IS
located on the web server though. I used the Microsoft Access Driver and it
worked fine for the DSN connection.

I am able to make the DB connection in FP and verify it.

On the page I want to view the DB results I am able to create a DB results
reagion with a search box for input, all of which is in design mode, using
the DB Results Wizard. I can save the page with wither .asp or .aspx
(depending on the type of page, asp or asp.net).

Now the problem is that when I try to view the page on a client PC it seems
to hang for ever. I checked the web server and found an error on the screen.
When I clear the error on the Web Server I get the following the clients
browser:

-----Begin Error---------

HTTP 500.100 Internal Server Error - ASP error Internet Information Services

Technical Information
Error Type:
Active Server Pages ASP 0221 (0x80004005)
The specified 'Page Language="C#" Debug="true" option is unknown or
invalid.
/intranet/emp_requirements.asp line 1

-----End Error---------

Here are my questions:
1) Why is this page trying to use C#? I dont anything about C#. I have used
VB and VBA before but not C#

2) How do I make this stop or go away and the page work correctly?

Additional Information:
Web Server: Windows 2000 Standard with IIS5.1 (If Not it is IIS5, I dont
remember where to look for this)
Clients: Win 98, 2000Pro, and XPPro using IE5.5 or higher
All are running on a 10/100 Fast Ethernet network.

Thanks in advance.

Mike Charney
email: m charney at dunlap hospital dot org for direct responce.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 09-24-2005, 00:00   #2 (permalink)
p c
Civilians

 
Default Re: Access DB and ASP or ASP.net

Is your page named .asp or .aspx?

...PC

Mike wrote:

> I have a DB that I am using with FP. I have used DB's before without a
> problem, but this time is a little different situation. Here it is;
>
> The DB is NOT in the FP web, but connected via a System DSN. The DB IS
> located on the web server though. I used the Microsoft Access Driver and it
> worked fine for the DSN connection.
>
> I am able to make the DB connection in FP and verify it.
>
> On the page I want to view the DB results I am able to create a DB results
> reagion with a search box for input, all of which is in design mode, using
> the DB Results Wizard. I can save the page with wither .asp or .aspx
> (depending on the type of page, asp or asp.net).
>
> Now the problem is that when I try to view the page on a client PC it seems
> to hang for ever. I checked the web server and found an error on the screen.
> When I clear the error on the Web Server I get the following the clients
> browser:
>
> -----Begin Error---------
>
> HTTP 500.100 Internal Server Error - ASP error Internet Information Services
>
> Technical Information
> Error Type:
> Active Server Pages ASP 0221 (0x80004005)
> The specified 'Page Language="C#" Debug="true" option is unknown or
> invalid.
> /intranet/emp_requirements.asp line 1
>
> -----End Error---------
>
> Here are my questions:
> 1) Why is this page trying to use C#? I dont anything about C#. I have used
> VB and VBA before but not C#
>
> 2) How do I make this stop or go away and the page work correctly?
>
> Additional Information:
> Web Server: Windows 2000 Standard with IIS5.1 (If Not it is IIS5, I dont
> remember where to look for this)
> Clients: Win 98, 2000Pro, and XPPro using IE5.5 or higher
> All are running on a 10/100 Fast Ethernet network.
>
> Thanks in advance.
>
> Mike Charney
> email: m charney at dunlap hospital dot org for direct responce.
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-26-2005, 12:00   #3 (permalink)
Mike
Civilians

 
Default Re: Access DB and ASP or ASP.net

It currently is an asp. But i have tried both through the DB Wizard and
neither works.
"p c" <nospam@nospam.com> wrote in message
news:kf6dnT-DZf_DB6neRVn-jg@comcast.com...
> Is your page named .asp or .aspx?
>
> ..PC
>
> Mike wrote:
>
>> I have a DB that I am using with FP. I have used DB's before without a
>> problem, but this time is a little different situation. Here it is;
>>
>> The DB is NOT in the FP web, but connected via a System DSN. The DB IS
>> located on the web server though. I used the Microsoft Access Driver and
>> it worked fine for the DSN connection.
>>
>> I am able to make the DB connection in FP and verify it.
>>
>> On the page I want to view the DB results I am able to create a DB
>> results reagion with a search box for input, all of which is in design
>> mode, using the DB Results Wizard. I can save the page with wither .asp
>> or .aspx (depending on the type of page, asp or asp.net).
>>
>> Now the problem is that when I try to view the page on a client PC it
>> seems to hang for ever. I checked the web server and found an error on
>> the screen. When I clear the error on the Web Server I get the following
>> the clients browser:
>>
>> -----Begin Error---------
>>
>> HTTP 500.100 Internal Server Error - ASP error Internet Information
>> Services
>>
>> Technical Information
>> Error Type:
>> Active Server Pages ASP 0221 (0x80004005)
>> The specified 'Page Language="C#" Debug="true" option is unknown or
>> invalid.
>> /intranet/emp_requirements.asp line 1
>>
>> -----End Error---------
>>
>> Here are my questions:
>> 1) Why is this page trying to use C#? I dont anything about C#. I have
>> used VB and VBA before but not C#
>>
>> 2) How do I make this stop or go away and the page work correctly?
>>
>> Additional Information:
>> Web Server: Windows 2000 Standard with IIS5.1 (If Not it is IIS5, I dont
>> remember where to look for this)
>> Clients: Win 98, 2000Pro, and XPPro using IE5.5 or higher
>> All are running on a 10/100 Fast Ethernet network.
>>
>> Thanks in advance.
>>
>> Mike Charney
>> email: m charney at dunlap hospital dot org for direct responce.

>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-28-2005, 04:00   #4 (permalink)
p c
Civilians

 
Default Re: Access DB and ASP or ASP.net

See this
http://forums.asp.net/482212/ShowPost.aspx

If that doesbt solve it, google for "ASP 0221 (0x80004005)" w/o quotes.
...PC

Mike wrote:
> It currently is an asp. But i have tried both through the DB Wizard and
> neither works.
> "p c" <nospam@nospam.com> wrote in message
> news:kf6dnT-DZf_DB6neRVn-jg@comcast.com...
>
>>Is your page named .asp or .aspx?
>>
>>..PC
>>
>>Mike wrote:
>>
>>
>>>I have a DB that I am using with FP. I have used DB's before without a
>>>problem, but this time is a little different situation. Here it is;
>>>
>>>The DB is NOT in the FP web, but connected via a System DSN. The DB IS
>>>located on the web server though. I used the Microsoft Access Driver and
>>>it worked fine for the DSN connection.
>>>
>>>I am able to make the DB connection in FP and verify it.
>>>
>>>On the page I want to view the DB results I am able to create a DB
>>>results reagion with a search box for input, all of which is in design
>>>mode, using the DB Results Wizard. I can save the page with wither .asp
>>>or .aspx (depending on the type of page, asp or asp.net).
>>>
>>>Now the problem is that when I try to view the page on a client PC it
>>>seems to hang for ever. I checked the web server and found an error on
>>>the screen. When I clear the error on the Web Server I get the following
>>>the clients browser:
>>>
>>>-----Begin Error---------
>>>
>>>HTTP 500.100 Internal Server Error - ASP error Internet Information
>>>Services
>>>
>>>Technical Information
>>>Error Type:
>>> Active Server Pages ASP 0221 (0x80004005)
>>> The specified 'Page Language="C#" Debug="true" option is unknown or
>>>invalid.
>>> /intranet/emp_requirements.asp line 1
>>>
>>>-----End Error---------
>>>
>>>Here are my questions:
>>>1) Why is this page trying to use C#? I dont anything about C#. I have
>>>used VB and VBA before but not C#
>>>
>>>2) How do I make this stop or go away and the page work correctly?
>>>
>>>Additional Information:
>>>Web Server: Windows 2000 Standard with IIS5.1 (If Not it is IIS5, I dont
>>>remember where to look for this)
>>>Clients: Win 98, 2000Pro, and XPPro using IE5.5 or higher
>>>All are running on a 10/100 Fast Ethernet network.
>>>
>>>Thanks in advance.
>>>
>>>Mike Charney
>>>email: m charney at dunlap hospital dot org for direct responce.

>>

>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2003 - Inserting A Quick Time Movie - Data Access Page consulttech2004@hotmail.com Web Design 0 04-05-2005 00:00
Slow Access to Access 97 Database =?Utf-8?B?UGF0ICBC?= Web Design 3 11-22-2004 13:00
GET INTERNET ACCESS WITH T M ACCESS Tramane@TramaneMunks.com Web Design 0 11-18-2004 15:35
Project Web Access and Outlook Web Access ken Microsoft Applications 1 06-16-2004 15:36
Access 2003 Data Access Pages Peter Kraus Web Design 1 06-15-2004 14:19


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 22:08.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.82338 seconds with 19 queries