![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | 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. |
|
| | #2 (permalink) |
| Civilians | 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. > > |
|
| | #3 (permalink) |
| Civilians | 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. > |
|
| | #4 (permalink) |
| Civilians | 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. >> > > |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |
![]() | ![]() | ![]() |