ASPX doesn't work (But ASP does)
Hi, folks
I running IIS 6 on W2k3 and just can't figure out why my aspx pages don't work. I have installed the .NET framework and registered it with IIS. The aspnet_client folder was successfully placed in all of the web site directories (as associated with their host headers). I also assigned the Network Service user to the parent directory of all of the websites and set inheritance for subdirectories and all child objects (using both check-boxes in the advanced security settings). The perms are Read & Execute, List Folder Contents and Read. Anonymous browsing is checked
The error that I'm getting is a 404 error. I read in another column that this should be resolved by adding the Network Service perms. Any clues would be greatly appreciated
TIA
Bob Tag: iis error Tag: 334355
Not web pages shown in iis5
Loaded IIS on Win2K server and the service is not working. I'm not IIS savy. Please Help. I can't display html nor asp pages. Thanks. Tag: iis error Tag: 334354
Server Application Error
When I browse to HTTP://localhost/defacult.asp, it shows
the message:
Server Application Error
The server has encountered an error while loading an
application during the processing of your request. Please
refer to the event log for more detail information. Please
contact the server administrator for assistance.
But it works for pure html page. Tag: iis error Tag: 334353
holdin my web site
q:i installed IIS on windows 2003 server and installed my web site and changed the DNS entry in the company that was hosting my web site to point to the IP of my server but i can't open the site in the explore Tag: iis error Tag: 334341
IIS Server Loads
Hi, does anyone know what a maximum load for an unknown server running iis 5.1 or above would be
IE. How many virtual dir should it host to run optimally. Everyone of them runnin asp.net 1.1 accessed heavily
Using a server that is extremly loaded and looking for figures to back up complaint to admi Tag: iis error Tag: 334339
IIS (W3WP,EXE)
I'm running Windows Server 2003 - .NET HTTP Handler
Application.
I need to increase the working set size of the W3WP
process that this application is running in - does
anybody know how to do this?
Thanks for your help. Tag: iis error Tag: 334338
IIS 6 Site Hang after IdleTimeout Shutdown
Occasionally, my lower traffic sites will stop responding to requests entirely
This always occurs after the Application Pool for that site has shutdown due to idle timeout
All applications are strictly asp.net
There are no errors logged, no new traffic in the Logfiles since the AppPool restarted
When you go to the site's address, IE tells you that the Site is found and connecting
At first we thought it was just the Pause waiting for the JIC to finish
But they will hang indefinately until the App Pool is recycled. Accumulating concurrent requests that never drop until the recycle. Tag: iis error Tag: 334335
wireless home networking
i'm a bit of a newbie when it comes to wireless networking. i'm having trouble setting up my network as recommended by microsoft, (using my XP machine as the broadband entry point then branching off to a router)...and THAT is my problem.....how do i get the broadband connection (cable modem) from the XP machine into the wireless router? It's not like there is an outgoing LAN port on the pc. The only thing i can think of is to hook the modem to the pc using the USB connection and then trying to go from the LAN port to the router. I'm not sure if this will work. I know i should just try it and find out, but my desk is very big and heavy and i have to get behind it to run the necessary cables and...ok..you caught me...the root reason is laziness...lol...BUT..i'm willing to go through it all if i know it will work. (unless of course someone has a better plan than that one)
Thank you in advance
Rob (to respond by email remove the NOSPAM from my addy) Tag: iis error Tag: 334323
Online C Compiler
Hi All,
First of all i thank everyone of u who extend ur helping hand in making
this a success .
I m planning to host a web site for students which will have a online C
compiler.
If u want to know what exactly i m talking abt then u can visit the below
websites which have already done that :
1. http://www.delorie.com/djgpp/compile/
2. http://www.comeaucomputing.com/tryitout/
Note : - For 2nd link see the bottom of the web page
======
I pinged the webadmin of the first site and he said i req a webserver with
CGI enabled .
So i need to know is there any free CGI host on the net, In case its
available pls let me know .
Important :-
===========
U can mail me in to_pop3@yahoo.co.uk , to_srini@rediffmail.com ,
to_srini@hotmail.com
I should be able to build and run gcc on their server platform. I know that
my req is very demanding.
I m doing this for the student community , so it will be one stop access
for all the Prg tutorials .
To start with they can compile and run the C prgs online which will greatly
enhance the learning curve.
Any help in this regard will be greatly appreciated and will greatly
benifit the student community .
Thanks again,
Srini. Tag: iis error Tag: 334322
Virtual Directories and Host Headers
I'm wondering if anyone can clarify how to use virtual directories and
Host header names. I have IIS5 running a web site. Its accessed
internally so we don't use DNS, we use the server name.
http://servername. Now I need to create a separate site on the same
server. I created a virtual directory and a directory for the new web
site. The directory is at c:\inetpub\vd1. I set up the bindings so
that the original site is assigned to 192.168.1.100 on port 80 with no
host header and the new virtual directory is set to the IP address
192.168.1.100 on port 80 with a host header name of servername/VD1.
When I go to http://servername/vd1 I get the page not found error. If
I stop the original website and make the virtual directory unassigned,
it works fine. What gives? Tag: iis error Tag: 334317
IIS application pool identities and ASP.NET
Hi, I posted this question in ASP.NET newsgroup but later thought it may be
more relevant to this group. If anyone can shed some light on this for me
I'd appreciate it.
----------------------------------------------------------------------------
I'm trying to figure out a simple problem but I'm stumped. I have an
application that needs to access a .dll that (for security reasons) only
grants permissions to the Administrators group. Since the application pool's
identity is the default "Network Service", I was thinking I'll just
impersonate the "Administrator" account in my ASP.NET code.
Now, when I check the value of "WindowsIdentity.GetCurrent().Name" BEFORE
the identity switch it reports the identity as that of the anonymous
"MACHINE\IUSR_machine" account. When I check the same value right AFTER the
switch it reports "MACHINE\Administrator". So the identity switch seems to
be successful.
However, when I try to access the .dll right after that, I get the "Can't
create ActiveX object" error. That's because when I check access to the .dll
with FileMon it reports that it's still trying to access the .dll as the
"Network Service" user!
What am I missing? Why is it using the identoty of the application pool, and
NOT the impersonated identity for access to the .dll?
Thanks for any help!
---------------------------------------------------------------------------- Tag: iis error Tag: 334316
The RPC Server is unavailable
Occasionally when a client has access to a ASP site, the server shows the following error â??The RPC Server is unavailable"
This happens more frequently, when the concurrence grows. Besides, it writes in the log the following message â??out-of-process...". Mi server is windows 2000, with IIS 5, and a Service Pack 4"
If anybody knows what is going on, or show to fix this problem, I would
Aprciate it very much
warm greetings Tag: iis error Tag: 334315
The RPC Server is unavailable
Ocationaly when a client has acces to a ASP site, the server shows the following error at the client browser: â??The RPC Server is unavailable".
This happens more frecuently, when the concurrence grows. Besides, it writes in the log the following message "out-of-process". Mi server is W 2000, with IIS 5, and Service Pack 4 & Last Fixes.
If anybody knows what is going on, or show to fix this problem, I would
Aprciate it very much,
warm greetings Tag: iis error Tag: 334314
IIS 6.0 returns "Request Header too Long" with big Kerberos tickets
I'm testing an upgrade of web applications from IIS5 to IIS6. The apps
all use Windows Integrated Authentication.
IIS6 (Win 2003 Server) consistently returns 400-Bad Request (Request
Header too long). Using WFetch, I could see it does not like the big
Kerberos tickets our network users have. Forcing WFetch to
authenticate NTLM works on IIS6 and I can see it returning the page as
expected. Both NTLM and the big Kerberos tickets work on IIS5.
When we've had problems in the past with big Kerberos tickets, we've
been able to get around them with the suggested registry mods such
as...
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\MaxClient
RequestBuffer
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters\MaxTokenSize.
However, nothing makes a difference with IIS6.
Has anyone experienced this? Tag: iis error Tag: 334313
Session Data in Session_OnEnd
Hello,
Can anybody explain to me why all the Session data is gone when you
enter Session_OnEnd. From what I can see the only data left is
SessionID. Is there anyway around that?
I was wanting to Update records based on data in the Session. From
what I can tell my only alternative is to create all records in the db
using the SessionID as the lookup code.
Anybody have any better idea's?
Thanks
David Logan Tag: iis error Tag: 334311
IIS 6 and 404 Serving ASP pages
I have installed Win Server 2003 and IIS 6, and I cannot serve
standard ASP pages, it just returns a 404 error. I have enabled ASP
in the Web Server Extensions, and re-installed IIS about 5 times now.
It seems to have no problem serving ASP.NET pages however.
I would appreciate any help.
Thanks in advance Tag: iis error Tag: 334309
Installing SSL cirt in IIS6
Installing SSL cirt in IIS6
In IIS5 I would use the "prepare the request now and send later" option, and
after getting the cirt back, I would use "process the pending cirt" option.
In IIS6 I used the same process to create the CR file and applied with the
CA as usual. Now I get the cirt back from the CA and want to install it in
IIS6.
The only options I have are,
create a new cirt
Assign an existing cirt
Import Cirt with KMBF
Import cirt from a .pfx file
copy or move cirt
How in IIS6 do I process the "Pending Cirt" that has already been started?
Thanks for and replies in advance. Tag: iis error Tag: 334301
Redirecting external traffic through IIS4 to an internal IIS6 server
I want to redirect internet traffic which hits our IIS4
server to an IIS6 / ASP.NET site which is located
internally on our LAN. Basically, let the traffic pass
through IIS4 and hit the IIS6 server. IIS4 can be seen
from the internet and the IIS6 machine is only available
across our LAN.
Is this possible? If so, any pointers on how to do it?
I have tried redirecting the traffic by changing the
properties of the default web site on IIS4 to point to
either a directory on the IIS6 machine (in which case the
source code was displayed to the internet user as the
asp.net pages were not compiled) or to a URL on the IIS6
machine (in which case the page could not be displayed /
the server could not be contacted across the internet).
In the latter case redirection works for the LAN users.
Any help would be much appreciated! Thanks. Tag: iis error Tag: 334297
IIS Logging For 1 Website Stopped
Hello,
On the 18th of this month IIS completely stopped logging for one website. We
have tried IISRESET, turn logging off and back on for the site but nothing
will kick start it again
Any ideas? (dont really want to have to remove the website and readd)
Robbie Tag: iis error Tag: 334296
Access denied message when connecting via Internet Services Manager
I'm using FAT32 on my windows2kPro development box with IIS 5 installed. I
am logged in as administrator and cannot access IIS.
I get the error: "error connecting to KAEHome" -- access denied error
message when I try to get into it. If googled this and most of the threads
dealt with remote use or NTFS - neither of which are applicable to me. What
permissions does an local administrator not have that could be causing this?
Is this a files permissions issues or something else?
Any clues much appreciated....
--
astroPup Tag: iis error Tag: 334287
Simmulation of form-data posting on one computer?
Hi,
I created HTML page with a longer HTML form. It is going to be placed
on our WWW server and posted data will be transfered into DB. I need
to test the whole process (filling data, posting them to www server
and transfering to DB) on my computer. How shall I configure IIS to
receive filled data from the same computer and process them ?
MM Tag: iis error Tag: 334286
Website IP address
How can I tell what IP address my default website is
using? I have a customer who changed the IP address of the
NIC and now the default website has a status of stopped. Tag: iis error Tag: 334285
Performance problems IIS 6.0 running in IIS 5 (Isolation Mode) vs.Worker Process Isolation Mode
Hi,
I have setup a IIS 6 server and I'm in the process of moving some ASP
applications that were hosted on a server running IIS 5. The ASP
applications are requesting data from an Oracle database hosted on a
separate machine.
When the IIS 6 server is setup to run in IIS 5 Isolation Mode the
performance of the ASP application is very fast versus running the same
application on the same IIS 6 server running in Worker Process Isolation
Mode.
In IIS 5 isolation mode the page is returned in 5 seconds, in Worker Process
isolation mode the same page is returned to the client in 1 minute.
Any ideas of why IIS 5 isolation mode is so much faster? Any help will be
appreciated.
Thanks. Tag: iis error Tag: 334284
ASP Library not registered 0x8002801D in OWC11.chartspace
Hey guys,
Just want to thank you guys in advance. I am receiving a "library not
registered" error when I am running this code. I am not too sure why
this is happening. I don't get this on the "Server.CreateObject"
line.
Here is the code:
set chtSpace = server.CreateObject("OWC11.ChartSpace")
set cht = chtSpace.Charts.add
set chtConstants = chtSpace.Constants
set chtSpace.DataSource = spdsht
cht.haslegend = false
cht.hastitle = true
cht.title.caption = "PASS VS FAIL GRAPH"
cht.title.font.size = 10
cht.title.font = "Arial"
cht.type = chtConstants.chChartTypeBarStacked100
set chtSeries = cht.seriescollection.add
myRange = wksht.range("A1:A" & asicCount).address(false,false)
chtSeries.setdata chtConstants.chDimCategories,
chtConstants.chDataBound, cstr(myRange)
myRange = wksht.range("B1:B" & asicCount).address(false,false)
chtSeries.setdata chtConstants.chDimValues, chtConstants.chDataBound,
cstr(myRange)
chtSeries.interior.color = RGB(0,255,0)
It is failing on the last line "chtSeries.interior.color" I am unsure
of why this error is occcuring because this page was working before?
Any ideas would be helpful.
Thanks,
Steve Tag: iis error Tag: 334282
custom errors don't work right sometimes
In Windows 2000. Say we want to log 404 errors to a database. To do =
that we need a 404b.asp. If we put the 404b.asp in the root folder and =
the client accesses a page hello.htm which doesn't exist they will see =
in the address bar:
http://www.myserver.com/404b.asp?404;http://www.myserver.com/hello.htm
But if we just go with the 404b.htm that comes with IIS they will see =
the 404b.htm in the browser BUT in the address bar it will have this:
http://www.myserver.com/hello.htm
The client also does not have direct access to the 404b.htm.
I don't want the client to know where my 404b is. In the second one the =
client doesn't know. But in the first it is obvious. For example by =
changing the security on the 404b.asp and putting it in the same folder =
as the homegrown 404b.htm then the client is going to see this:
http://www.myserver.com/IISHelp/common/404b.asp?404;http://www.myserver.c=
om/hello.htm
Also the client can directly access the 404b.asp they know where it is. =
So to log to a database we have to allow the client full knowledge of =
where our error page is and allow the client direct access to that page. =
That don't seem right to me. Any suggestions on how to log 404 errors =
to a database without allowing the client direct access to the page =
which writes to the database? Thanks.
http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies=
/iis/tips/custerr.mspx
--=20
George Hester
__________________________________ Tag: iis error Tag: 334281
IIS Not serving ASP.net pages
I'm running into an issue with my application where all of a sudden IIS will stop serving my asp.net pages. I run the IISState on the aspnet_wp.exe process ID. A lot of the threads say they're waiting on thread 17. Thread 17 says it's waiting for a response from a messagebox
I'm not sure this is the correct place to post this or not, but can anybody help me out with this. I really don't know where this messagebox thing is coming from. I query from both SQL Server tables as well as Fox Pro tables. No where in my code to I try and open up a message box. Any suggestions?
Thread ID: 1
System Thread ID: 227
Kernel Time: 0:0:0.
User Time: 0:0:0.9
Other information: Thread is waiting for a lock to be released. Looking for lock owner
Owning thread System ID: 21e
Thread Type: Managed Thread. Possible ASP.Net page or other .Net worke
Thread 1
ESP EIP
Begin System Thread Informatio
# ChildEBP RetAddr
00 15fefda8 77f8822a ntdll!ZwWaitForSingleObject+0x
01 15fefe1c 77f8819b ntdll!RtlpWaitForCriticalSection+0x9
02 15fefe24 77f88d38 ntdll!RtlEnterCriticalSection+0x4
03 15fefedc 77f88f1f ntdll!LdrpGetProcedureAddress+0x12
04 15fefef4 7c576209 ntdll!LdrGetProcedureAddress+0x1
05 15feff1c 7923e5dc KERNEL32!GetProcAddress+0x4
06 15feff80 7923e69a mscorsvr!__delayLoadHelper2+0x1e
07 15feffb4 7c57438b mscorsvr!_tailMerge_ole32+0x
08 15feffec 00000000 KERNEL32!BaseThreadStart+0x5
Thread ID: 1
System Thread ID: 21e
Kernel Time: 0:0:0.1
User Time: 0:0:0.6
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\odbc32.dll -
Warning: This thread is blocked by a Message Bo
Message Box Text: Cannot create program workspace temp files
Thread Type: Visual FoxPro Query. Possible ASP Pag
Executing Page: Either ASP.dll is not being called on this thread or symbol file not available. Unable to locate ASP page
Continuing with other analysis
# ChildEBP RetAddr
00 1686ce44 77e2812a USER32!NtUserWaitMessage+0x
01 1686ce78 77e28012 USER32!DialogBox2+0x21
02 1686ce9c 77e2fd24 USER32!InternalDialogBox+0xd
03 1686d154 77e2f76a USER32!SoftModalMessageBox+0x75
04 1686d29c 77e2f637 USER32!MessageBoxWorker+0x24
05 1686d2f4 77e365db USER32!MessageBoxExW+0x7
06 1686d324 77e36568 USER32!MessageBoxExA+0xa
07 1686d344 6b08e083 USER32!MessageBoxA+0x4
08 1686d358 6b06ef41 vfpodbc!CFGConfigDll+0x11
09 1686e0c8 6b06ee18 vfpodbc!CFGConfigDll+0xe
0a 1686e234 6b06971f vfpodbc!FxInit+0x4
0b 1686e23c 6b0694c8 vfpodbc!DllMain+0x1
0c 1686e25c 77f830e7 vfpodbc!_DllMainCRTStartup+0x6
0d 1686e27c 77f8d96b ntdll!LdrpCallInitRoutine+0x1
0e 1686e2fc 77f8da9e ntdll!LdrpRunInitializeRoutines+0x1d
0f 1686e594 77f88a29 ntdll!LdrpLoadDll+0x2e
10 1686e5ac 7c576837 ntdll!LdrLoadDll+0x1
11 1686e640 170b6fd9 KERNEL32!LoadLibraryExW+0x23
WARNING: Stack unwind information not available. Following frames may be wrong
12 1686e660 170b6c16 odbc32!SQLGetFunctions+0x7c
13 1686efb8 170b2af5 odbc32!SQLGetFunctions+0x40
14 1686f6e0 16050ebb odbc32!SQLDriverConnectW+0x15
15 1686f7a4 16e9436a 0x16050eb
16 050a326c 00000000 0x16e9436
Here are my connection strings from my web.config file
<add key="connString" value="server=(local);database=DB_NAME;Trusted_Connection=yes;" /><add key="win_dsn" value="Driver={Microsoft Visual FoxPro
Driver};SourceType=DBF;SourceDB=C:\mydata;Exclusive=No" /
One example of my database hit to the Fox Pro data
Dim myConn As OdbcConnectio
Dim myCmnd As OdbcComman
Dim myDR As OdbcDataReade
Tr
myConn = New OdbcConnection(ConfigurationSettings.AppSettings("win_dsn")
myConn.Open(
myCmnd = New OdbcCommand(strSql, myConn
myDR = myCmnd.ExecuteReade
While myDR.Rea
found = Tru
win_qty = Trim(myDR("wi_qty")
End Whil
dbStatus = Tru
Catch exSql As Exceptio
dbStatus = Fals
Catch ex As Exceptio
dbStatus = Fals
Finall
myDR.Close()
myConn.Close()
End Try Tag: iis error Tag: 334278
IIS Memory Allocation Errors nightly
I am hoping someone can help us out. We are running 6
websites on a Windows 2000 server (IIS 5), each using ASP
to hit an Oracle 8 database. We are using Microsoft's
latest ODBC driver for Oracle with the latest MDAC
installed.
The websites run fine all day, but every night between
2:30 and 3:00am CST the websites will either all stop
responding after filling our application log with this
error:
-----
Error: File /PageHelpResults.asp Line 0 Out of memory.
Unable to allocate required memory..
-----
Or, our search stored procedure will stop returning
results and we'll get this error on the page:
-----
Microsoft OLE DB Provider for ODBC Drivers
error '8007000e'
[Microsoft][ODBC driver for Oracle]Memory allocation
failure
/uk/results.asp, line 726
-----
We have tried restarting IIS every night at 10pm, then
went so far as to reboot the server every night at 10pm,
but we still got the error the next morning. There is
nothing else running on the server, no backups are running
at that time, and we had the same problem with another
server before this one (we got this server in hopes of
fixing the problem) The server has plenty of memory (this
morning it was using 400MB of the 3gigs of memory in the
machine), the processor was averaging about 15%
utilization, and we could connect to and run queries on
the database from the server using SQLPlus.
Has anyone experienced these memory allocation errors, and
more importantly, has anyone figured out how to fix them?
Thank you,
Joe
jkraft1003@hotmail.com Tag: iis error Tag: 334274
Why aren't the ftp virtual directories visible
Hello All,
I have created a virtual directory for my ftp server.
The problem is that when people log into my ftp server and do a dir
command, they don't see the virtual directory getting listed there.
This confuses them.
What is the reason for this? Is there any way to configure IIS so that
it lists the virtual directories when someone does a dir command?
regards,
Abhishek. Tag: iis error Tag: 334273
Virtual Directory not visible in IIS 5.1
On our WIN2k Servers w/IIS 5.0, virtual directories work fine - they remain visible and are editable. However on our WINXP-Pro machines w/IIS5.1, virtual directories become invisible once IIS is closed. We can neither see nor edit the vdir's.
Anyone know how we can get these to show up or how to edit/delete vdir's in IIS 5.1? This is an urgent and critical issue for us. Tag: iis error Tag: 334268
Hosting Multiple Sites
Excuse my ignorance, but how do I do the following on IIS
5.0:
I have three sites on my server ehich has an ip of say
81.85.4.260. I have set the DNS A record to point at this
ip. Each site sits in a different folder on this server.
How do I tell IIS 5.0 that when getting a request
for 'www.site1.com' it should look at folder 'folder1' and
when getting a request for 'www.site2.com' it should look
at folder 'folder2' .
You help would be much appreciated. Tag: iis error Tag: 334266
Web Server Config Problem
Hi,
I am using a IIS 5.1 web server with .NET 1.1 installed. Server is working
okay if I visit Http://Server/TestFolder
My question is when using VS 2003 on my local machine I simply can start a
new project on my VS and it will setup a new site on the Web Server by using
Http://localhost/TestFolder2.
But when I use a remote address in the new progect name field like
Http://Server/TestFolder3 I get problems.
It asks about Shares then Front Page. I have to use front page on my local
machine, so I replicate, un sucessfully.
Do I need to do something else?
Do I need to install VS on Server? Or a component of it (Will this also
allow Remote Debugging?)
Please help! Tag: iis error Tag: 334265
How resources are shared in HttpApplication in ASP.NET
Hi All,
I have a question about how ASP maintain the HttpApplication objects.
What i know is
1. ASP will maintain a pool of HttpApplication, one is assigned to one
request if HTTP query comes.
2. when ASP sends response back, HttpApplication will be return back to
pool.
What I don't know
1. If I add user objects into HttpApplication objects, does it maintain one
copy being shared by HttpApplication pool, or multiple copies for each
HttpApplication in the pool?
2. If there are multiple user objects in HttpApplication pool, when I update
the user objects, how does the update propagate to others?
Basically i want to know how the HTTP application (aspnet_wp.exe) maintains
the user added resources?
Thanks in advance.
Bhavesh Amin Tag: iis error Tag: 334264
Open and read word doc using DCOM
I use the code listed below on a win2000 machine with IIS 5.0
installed and it seems to run fine without a problem. Now once i move
it to the server it gives me a active X component error which i know
is because word is not installed on the server. The problem is i know
that a DCOM object is on the server which is used to open word
documents but do not know how to access this component and modify my
script any help would be appreciated
<%
dim count, totcount, MyFileObject, MyFolder, MyFiles
count = 0
totcount = 0
Set MyFileObject = Server.CreateObject("Scripting.FileSystemObject")
Set MyFolder = MyFileObject.GetFolder
("d:\development\wwwroot\hsrecruitment\upload\files\")
FOR EACH folder in MyFolder.SubFolders
item = folder
Set MyFiles = MyFileObject.GetFolder( ""&item&"" )
FOR EACH thing in MyFiles.Files
totcount = totcount + 1
docpath = thing
Set word = Createobject ("application/msword")
text = word.document.open(docpath).Content.Text
word.quit
%> Tag: iis error Tag: 334262
Cannot find server or DNS Error
All of a sudden I cannot do a search in Internet Explorer. I can type in an address and the page will be displayed, but when I just type in a search for example "real estate florida" or any word search I get a message that the page cannot be displayed and at the bottom the error message "Cannot find server or DNS Error
To my knowledge I didn't change anything, my son did use my computer but said he didn't do anything except use some graphic programs. I would really appreciate any help you could pass my way. Thanks. Tag: iis error Tag: 334256
ASP with database problems
Pages *.asp are opened with no problem, except pages (also *.asp) that contains database connection
I get â??Page cannot be foundâ?? on those pages
The database dsn is set up properly
Please help :
Thanks Tag: iis error Tag: 334255
Determining URL in Application_OnStart
Hello,
I working on a project where we will be hosting several websites on
the same server. These websites are built of a similar template and I
want to use the URL as a key to get settings from the database. Is
there a way to programatically get the website url in the
application_onstart.
I know I could hard code it in but that leaves things open to user
error.
Thanks
David Logan Tag: iis error Tag: 334254
Iss Won't Start (WinXP pro)
Hi,
Iss has suddenly stopped working for me
I can't figure out what has caused this.. When i try to start Internet Information services i get error 1068: The dependency service or group failed to start. I've reinstalled iss to no avail
My event log reports this
DCOM got error "The dependency service or group failed to start. " attempting to start the service IISADMIN with arguments "" in order to run the server
{A9E69610-B80D-11D0-B9B9-00A0C922E750
Any ideas? Tag: iis error Tag: 334253
Script Debugging in IIS 6
I want to be able to debug ASP (not ASP.NET) pages running on IIS 6 using Visual Studio.NET, but I can't seem to find the process to attach to. In IIS 5, the Debug Processes list usually contains some processes with a type of "Script", but I can't find that in IIS 6. And enabling ASP Server Side Debugging doesn't seem to do anything at all even when there's an error in the script (no popup box asking whether I want to debug). BTW, the server is running in IIS 6 mode. Thanks. Tag: iis error Tag: 334245
Event ID 2236 when trying to view .csp page, http error 500
IIS6 and Windows server 2003 and Crystal Enterpris
WHen I try to view a web page that I believe is .csp file I get an http error 500. When I look at the even log that attempt to look at the web page generates event id 2236 The server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator"
When I restart the MSDTC service I get an event ID 443
The account that the MS DTC service is running under is invalid. This can happen if the service account information has been changed using the Services snap-in in Microsoft Management Console (MMC). MS DTC service will continue to start. Please make sure that the MS DTC service account information is updated using the Component Services Explorer
When I try to view COM+ applications in the Component Services MMC i get Catalog Error An error occured while processing the last operation Error code 8004e00f - COM+ was unable to talk to the Microsoft Distributed Transaction Coordinato
And finally, when I run synciwam, I also get a 8004E00f erro
I can't find much in the way to references to these errors, any ideas out there???
Thank
Deb Tag: iis error Tag: 334240
Virtual SMTP with Symantec SMTP
Does anybody know how to setup a virtual SMTP Server with
Symantec's SMTP Gateway running on the same box?
I need to make a form for our website so that people can
sign up for a mailing list, but the mail is just going to
the mailroot\pickup folder.... Tag: iis error Tag: 334237
asp file not found?
I have a bizarre problem. I have a win2k server running iis 5 that when
I type in the exact URL to an ASP file, it says file not found. However,
if I change the extension of that file to .htm the page then displays in
my browser just fine. But as soon as I change it back to .asp it says
page not found again.
I checked the virtual server settings and the .asp application mapping
is in there and correct.
Anybody have any ideas?
Thanks Tag: iis error Tag: 334231
.asp doesn't work
I have a bizarre problem. I have a win2k server running iis 5 that when
I type in the exact URL to an ASP file, it says file not found.
However, if I change the extension of that file to .htm the page then
displays in my browser just fine. But as soon as I change it back to
.asp it says page not found again.
I checked the virtual server settings and the .asp application mapping
is in there and correct.
Anybody have any ideas?
Thanks Tag: iis error Tag: 334230
error pages
What is the norm on handling the following errors? My host allows me to set
a custom URL if I wish. I redirect on a 404 page, but kind of curious what
to do with the others. Any thoughts? Do you leave them alone, build a page,
or redirect to the home page?
thanks!
400
403-1
403-2
403-3
403-4
403-5
403-6
403-7
403-8
400-9
403-10
403-11
403-12
405
406
412
414
500
501
403-13
403-14
403-15
403-16
403-17
500-12
500-13
500-15
500-100 Tag: iis error Tag: 334225
Server Error in '/' Application
This is slightly different that most of the others. The server is Windows 2003 and IIS6. The workstations are Windows XP SP1 running VS.Net 2003. Everything has worked fine for about six months. Now is you attempt to create a new project on the web server, you get the "Server Error in '/' Application" error. We have allways used Visual Studio to creat our applications, so we are at a loss as to what changed. The files all appear on the web server and the folder appears inetmgr. The problem is that the project is not being created as an IIS Application.
This was first noticed a couple of days ago. Since then, we have also been getting the "Server Application Unavailable" error. I have checked the Application log, System log and the IIS logs. Nothing in there indicatint an error. If you run aspnet_iisreg -i, the problem goes away for a while
Any ideas Tag: iis error Tag: 334224
7.5 Gig File Won't Download
I have a file 7.5 Gig file on a website. When I try and download the file
through IE6.x I get a 501 Error.
URLScan & BlackIce is running.
Any idea what I should change to get it working? Tag: iis error Tag: 334218
Moving IIS to new Server
I am moving my IIS 6.0 webserver to a new server that we
just got. I am looking into the the IIS migration tool
and found documentation for it. The question I have is do
I need to have both servers have the same name , if so
won't that cause on conflict on the network. They are
both Server 2003.
I appreciate any help. Tag: iis error Tag: 334212
IIS 5.0 Error Log
Is there any notion of an error log in IIS 5.0 that is along the lines
of the same thing that Apache does. I'm getting a 500 error and would
like to track down the source of the problem. Tag: iis error Tag: 334211
Problem with http Links point to .snp files (MSAccess Snapshots)
Hi,
I am having a very strange problem. I have a intranet website that
contains a number of .xls files, and .snp files that users download by
clicking on hyperlinks. This site has been running for several years,
without problems. However; recently, the server died, and the hardware
people replaced.
I installed the same directory structure onto the server, however; now when
I click on a link that points to a .snp file, the prompt that asks whether
to open or save displays an .mdb file, and the file cannot be opened.
I have never seen this type of problem before, and would appreciate any
insight.
Thanks
Lance Tag: iis error Tag: 334208
office 2000 not working- try re-install it, error message"you do not have IIS 4.0 installe
Yup...it's Internet Information Server 4.0, a web server.
doug
>-----Original Message-----
>office 2000 not working- try re-install it, error
message"you do not have IIS 4.0 installed
>
>do you know what this is
>.
>
how do i get it back onto my computer. my office is messing up and wont let me save documents, so im tryign to re-install it and it wont let me because i dont have it installed. where would i get that from. thanks for your help