How-To for FrontPage 2003 on Windows Server 2003?
Any good info or How-To's for FrontPage 2003 on Windows Server 2003?
I just ordered both to support a client.
I've done OWA front/back end setup before so I'm not new.... but I've got
only a couple weeks to move an existing site from a remote system currently
using extensions 2002 on LINUX and webmaster says he's using FP 2000 to
code.
Many thanks! Tag: Unable to Create web project 'test1'.not found Tag: 359304
IIS Caching Problem - etags and server farms
I have run across an IIS/caching problem, and would like any help available
in resolving it.
The scenario is as follows:
1. Windows 2003 server farm running IIS 6.0 ( 4 servers in the farm )
2. We are manually (through IIS - Http Headers tab) adding a "Cache-Control:
Private" header on all images to allow the browser to cache them.
3. IIS automatically adds a "Last-Modified: xxx" header, and a "ETag: xxx"
header to the image response.
The problem is as follows:
The response for an image will sometimes come back as a 200 "OK" and
occasionally a 304 "Not Modified" depending on which server in the farm it
hits. This is because of the etag header that gets returned with the image.
The IIS etag is made up of two parts (xxxxx:yyy), the first part (xxxxx)
being a unique identifier based off of the last modified date, and the second
part (yyy) is some kind of a server identifier based on how many times IIS
has been restarted. If any part of the etag differs from what the browser
has cached, the entire image is again returned from the server (even though
nothing has changed). The etag should be based only on the content/date of
the files themselves, and not have anything to do with the server.
I have found a couple of articles suggesting that Microsoft knows about this.
The following links all discuss this problem:
http://dotnetjunkies.com/WebLog/leon/archive/2005/02/16/54630.asp
http://groups-beta.google.com/group/microsoft.public.inetserver.iis/browse_thread/thread/d8bafa15a91c5654/90083cb60d696b62?q=iis+farm+etag&rnum=1#90083cb60d696b62
http://support.microsoft.com/?scid=kb;en-us;823544&spid=2097&sid=49
One of these links refers to an internal article: SOX020114700100 that
supposedly has a fix to this problem.
There is also supposedly a hot fix available that will patch a flaw in IIS
6.0 related to this problem.
Both of these solutions require opening up a support ticket with Microsoft
to get the internal articles/files.
I was wondering if anyone has come across an easier way to handle this issue?
P.S. There is also a third party ISAPI that addresses this problem...
http://www.isapilabs.com/products/ETagFix/index.htm. Obviously I would
prefer a Microsoft solution if one exists.
Thanks,
S. Erisman Tag: Unable to Create web project 'test1'.not found Tag: 359303
Can someone help me with troubleshooting a Server Error in '/' Application issue
I'm not well versed with IIS or web admin tasks so this may be real easy for
you all but over my head. And I'm getting nowhere posting this to the Small
Business Server 2003 site.
From workstations I get:
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
From the Server I get:
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.
Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on
remote machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration> Tag: Unable to Create web project 'test1'.not found Tag: 359299
email form
I was tasked to create a form that will send email to selected addresses. Can
somebody provide me a step by step how tos?
Im not sure if im on the right channel, but...Thanks a lot Tag: Unable to Create web project 'test1'.not found Tag: 359297
Problems using wfetch
I cannot get meaningful results from wfetch. I followed the direction on page
928 of the IIS 6.0 Resource Kit book, with www.contoso.com for host, GET and
path of "/"
Here is what I get back:
started....
WWWConnect::Connect("www.contoso.com","80")\n
0x2749 (A request to send or receive data was disallowed because the socket
is not connected and (when sending on a datagram socket using a sendto call)
no address was supplied.): connect()
0x2749 (A request to send or receive data was disallowed because the socket
is not connected and (when sending on a datagram socket using a sendto call)
no address was supplied.): connect()
finished. Tag: Unable to Create web project 'test1'.not found Tag: 359295
Unexpected performance improvement.
Hi Guys!
I applyied some patches to my develop IIS 5.0 servers (W2KS), to keep it
secure, and.. now it uses less CPU!!!
How can this be possible? I use my own stress application, serving ISAPI and
ASP pages, and it uses half of CPU than before!!!
This is the list of patchtes applied.
Thanks!
P.
--------------------------------------------------------------------------------------------------
Internet Information Services 5.0 Vulnerability in WebDav XML Message
Handler Could Lead to a Denial of Service (824151)
Bulletin ID: MS04-030
Microsoft Knowledge Base Article: Q824151
Windows 2000 Advanced Server Vulnerability in OLE and COM Could Allow Remote
Code Execution (873333)
Bulletin ID: MS05-012
Microsoft Knowledge Base Article: Q873333
Internet Explorer 6 Cumulative Security Update for Outlook Express (823353)
Bulletin ID: MS04-018
Microsoft Knowledge Base Article: Q823353
Windows 2000 Advanced Server Vulnerability in Utility Manager Could Allow
Code Execution (842526)
Bulletin ID: MS04-019
Microsoft Knowledge Base Article: Q842526
Windows 2000 Advanced Server Vulnerability in POSIX Could Allow Code
Execution (841872)
Bulletin ID: MS04-020
Microsoft Knowledge Base Article: Q841872
Windows 2000 Advanced Server Vulnerability in Task Scheduler Could Allow
Code Execution (841873)
Bulletin ID: MS04-022
Microsoft Knowledge Base Article: Q841873
Windows 2000 Advanced Server Vulnerability in HTML Help Could Allow Code
Execution (840315)
Bulletin ID: MS04-023
Microsoft Knowledge Base Article: Q840315
Windows 2000 Advanced Server Vulnerability in Windows Shell Could Allow
Remote Code Execution (839645)
Bulletin ID: MS04-024
Microsoft Knowledge Base Article: Q839645
Internet Explorer 6 Buffer Overrun in JPEG Processing (GDI+) Could Allow
Code Execution (833987)
Bulletin ID: MS04-028
Microsoft Knowledge Base Article: Q833989
.NET Framework 1.1 Buffer Overrun in JPEG Processing (GDI+) Could Allow Code
Execution (833987)
Bulletin ID: MS04-028
Microsoft Knowledge Base Article: Q830348
Internet Information Services 5.0 Vulnerability in WebDav XML Message
Handler Could Lead to a Denial of Service (824151)
Bulletin ID: MS04-030
Microsoft Knowledge Base Article: Q824151
Windows 2000 Advanced Server Vulnerability in NetDDE Could Allow Remote Code
Execution (841533)
Bulletin ID: MS04-031
Microsoft Knowledge Base Article: Q841533
Windows 2000 Advanced Server Security Update for Microsoft Windows (840987)
Bulletin ID: MS04-032
Microsoft Knowledge Base Article: Q840987
Windows 2000 Advanced Server Vulnerability in Windows Shell Could Allow
Remote Code Execution (841356)
Bulletin ID: MS04-037
Microsoft Knowledge Base Article: Q841356
Windows 2000 Advanced Server Vulnerability in WordPad Could Allow Code
Execution (885836)
Bulletin ID: MS04-041
Microsoft Knowledge Base Article: Q885836
Windows 2000 Advanced Server Vulnerability in HyperTerminal Could Allow Code
Execution (873339)
Bulletin ID: MS04-043
Microsoft Knowledge Base Article: Q873339
Windows 2000 Advanced Server Vulnerabilities in Windows Kernel and LSASS
Could Allow Elevation of Privilege (885835)
Bulletin ID: MS04-044
Microsoft Knowledge Base Article: Q885835
Windows 2000 Advanced Server Vulnerability in HTML Help Could Allow Code
Execution (890175)
Bulletin ID: MS05-001
Microsoft Knowledge Base Article: Q890175
Windows 2000 Advanced Server Vulnerability in Cursor and Icon Format
Handling Could Allow Remote Code Execution (891711)
Bulletin ID: MS05-002
Microsoft Knowledge Base Article: Q891711
Windows 2000 Advanced Server Vulnerability in the Indexing Service Could
Allow Remote Code Execution (871250)
Bulletin ID: MS05-003
Microsoft Knowledge Base Article: Q871250
.NET Framework 1.1 ASP.NET Path Validation Vulnerability (887219)
Bulletin ID: MS05-004
Microsoft Knowledge Base Article: Q886904
Windows 2000 Advanced Server Vulnerability in Windows Shell Could Allow
Remote Code Execution (890047)
Bulletin ID: MS05-008
Microsoft Knowledge Base Article: Q890047
Windows 2000 Advanced Server Vulnerability in the License Logging Service
Could Allow Code Execution (885834)
Bulletin ID: MS05-010
Microsoft Knowledge Base Article: Q885834
Windows 2000 Advanced Server Vulnerability in Server Message Block Could
Allow Remote Code Execution (885250)
Bulletin ID: MS05-011
Microsoft Knowledge Base Article: Q885250
Windows 2000 Advanced Server Vulnerability in OLE and COM Could Allow Remote
Code Execution (873333)
Bulletin ID: MS05-012
Microsoft Knowledge Base Article: Q873333
Windows 2000 Advanced Server Vulnerability in the DHTML Editing Component
ActiveX Control Could Allow Remote Code Execution (891781)
Bulletin ID: MS05-013
Microsoft Knowledge Base Article: Q891781
Internet Explorer 6 Cumulative Security Update for Internet Explorer
(867282)
Bulletin ID: MS05-014
Microsoft Knowledge Base Article: Q867282
Windows 2000 Advanced Server Vulnerability in Hyperlink Object Library Could
Allow Remote Code Execution (888113)
Bulletin ID: MS05-015
Microsoft Knowledge Base Article: Q888113 Tag: Unable to Create web project 'test1'.not found Tag: 359291
IIS 5.0, GZIP compression of html?
Hi there ...
I've tried all that I can, getting the compression feature in IIS 5 to
work - read the two KB articles that turns up on compfilt.dll - however all
attempts so far has been in vain.
I've made sure that compression is enabled in the www master properties, and
that the directory exists. I don't understand, does this compression feature
in IIS 5 work at all, if not, then why hasn't there been released a patch?
PS. OS is Windows 2000 Server SP4 with all updates installed.
--
I doubt, therefore I might be. Tag: Unable to Create web project 'test1'.not found Tag: 359289
Error opening site metabase key: 0x80070003
In windows 2003 web edition with IIS6 resource kit installed, when i
tried to create a self ssl using selfssl.exe
i receieve the Error:
"Error opening site metabase key: 0x80070003"
I tested in my windows xp PC and it worked just fine.
Please if anyone knows how to fix this error i'd very much appreciate
it
Thanks Tag: Unable to Create web project 'test1'.not found Tag: 359288
IIS and .NET State
Hello --
I'm using IIS on four W2K3 servers in a network load balancing server farm.
There is one back-end state server running the .NET State Server. Each IIS
server is configured with "StateServer" parameter pointing to the state
server.
My question is this... does anyone know of any scripts and/or programs to
determine what IIS server a particular user is on? I'm trying to
troubleshoot problems and want a reliable way to determine what server a
user is accessing when a problem occurs.
I've created a showip.htm file on each server that has the server's IP
address in it so I can identify.
Opinions? Tag: Unable to Create web project 'test1'.not found Tag: 359283
NTLast
Has anyone had success using Foundstone's NTLast for audit and/or
review of IIS 5, and IIS 6 logs? I've used this utility in the past
for IIS 4 log monitoring, but am receiving the following error when
attempting to use on IIS 5, IIS 6:
"No Records - Check to see if auditing is on".
Auditing is on, logs are populated with events. Any thoughts are
appreciated. Tag: Unable to Create web project 'test1'.not found Tag: 359282
IIS inetinfo.exe problem
hi all,
These 2 days when I start to use my IIS, I found that there is a process
called "inetinfo.exe" eats up 100% of my CPU, it didn't happen before,
wondering how am I going to fix it as it just stopped me from loading my page
properly.
Many thanks for any input and opinions. Tag: Unable to Create web project 'test1'.not found Tag: 359281
need a script to zip the logfiles from the day before
hi all,
anyone knows a script to compress & archive the iis logfiles from the
day before. so after ziping the file it can be deleted. would be nice
to have such a script. i dont need application with 5000 features.
thx for your good ideas :) and keep good work up people!!! Tag: Unable to Create web project 'test1'.not found Tag: 359277
IIS: configuring secure FTP service
Hello,
I would like to know whether it is possible to configure IIS
to do Secure FTP so as to make it compatible with the Unix
scp (secure copy) and sftp (secure ftp) commands as well
as the pscp and psftp commands from the putty family of
windows clients found at:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
Thanks,
Neil Tag: Unable to Create web project 'test1'.not found Tag: 359274
Results of ADPlus
Hello, I ran "ADPLus.vbs -iis -hang" when my IIS site froze recently,
and now have a .dmp and a .log file. How can I analyse these to
actually find out what is causing my site to lock up?
The site is running on W2K IIS5 in High (Isolated) mode. The site isn't
completely locked up, .htm displays fine and sometimes even .asp pages
will display - but users are unable to login (which is where the site
first talks to the database - SQL 7 on a separate server).
Resetting IIS resumes service.
Help! This has been going on for over a year but is now becoming more
frequent as usage increases, so that it has happened only 2 days apart. Tag: Unable to Create web project 'test1'.not found Tag: 359259
Why is IIS giving me a password prompt?
I cannot seem to get rid of the password dialog box when making connections
to IIS. It wasnt doing it at first, but then i installed php and phpbb and it
starting asking for a username and password. i thought it was just password
protecting the phpbb directory but later found out that all web services
handled by IIS are responging with a password prompt. Can someone please
email me a little step by step instruction to get rid of this password box
liljdirty@gmail.com Tag: Unable to Create web project 'test1'.not found Tag: 359256
How to setup to host 2 web pages
I have created 2 webpages using FP2003--and I am self-hosting them using IIS.
The first web page, www.gradygroup.com, works great. I just transferred the
DNS of the second web page, www.gradysgrillhouse.com, to my web
server. I created a sub web for the new web page, but I am stuck on how to
configure it. Both wepages are now being sent to the first webpage's
index.htm. Advanced IP Properties in IIS have 2 entries: first, IP Adress is
Default, Port 80 and Host Header name is empty. I have the second as IP
Addres Default, Port 80, and Host Header as www.gradysgrillhouse.com.
I obviously am not sure about what I am doing! Any advice, or pointing me to
a Kb article would be welcomed. This also may very well be the wrong group to
post this in. I could not find a IIS link-so redirect me if necessary.
TIA
Chris Tag: Unable to Create web project 'test1'.not found Tag: 359255
Upgrade IIS in Windows XP Pro?
Is it possible to install IIS 6 onto Windows XP Pro?
If not, is it possible to upgrade the IIS5.1 to add more powerful features
such as hosting multiple websites?
Any idea as to how this can be done? Tag: Unable to Create web project 'test1'.not found Tag: 359245
multiple ips not working
Using IIS 6.0.
I'm running two sites on a server. Using one NIC per site. Both NICS
register in the AD domain and some users are unable to hit one of the sites
because they're resolving the machine name to the wrong IP. I've tried not
pointing one of the NICs towards any DNS server, but after a while it
re-registers and the problem starts again. How do I set this up to work
correctly?
thanks Tag: Unable to Create web project 'test1'.not found Tag: 359230
Best steps to diagnose problems
I just recently started having a LOT of problems with my IIS server.
Scripts are taking forever to run, session variables keep blanking out, etc.
What are the best steps for me to try to diagnose the problem? Is there a
guide somewhere?
I set up a new app pool for the site, but how do I know what ID it is, and
how do I attatch IISState. After I have that dump information, what do I do
with it? I guess I'm kind of lost at this point as this is the first time
I've had any problems with IIS.
Thanks for any direction.
-Phil Tag: Unable to Create web project 'test1'.not found Tag: 359221
no display of files on drive with asp/localhost
Tried to display with an asp file, files stored on my drive C:
On internet DL several different asp scripts. All same thing.
ASP Script with viewing drives: no problem
ASP Script with viewing folders: no problem
ASP Script with viewing files: big problem !
When I run the Asp Script, I only see "waiting for localhost".
I have tried several differnet PC's on different locations (not same
network or so.) All With XP Prof and IIS running.
Also seen the same script(s) working on a PC with a different
webserver.
Is this something you have to change within the IIS settings, or is
this just not possible with IIS?
Any help would be very much appreciated,
Kind regards,
Edwin Tag: Unable to Create web project 'test1'.not found Tag: 359220
HTTP Status Code 206
I have been reviewing our logs lately and have come across a status code
that I am unable to make sense of, so I was hoping to get some thoughts from
others. I am running IIS 6.0 on Windows 2003 Standard Server. The server
has several virtual hosts, one of which servers as a download mirror. When
someone downloads /dl/###.exe, they will typically get status code 200.
However, there are occasions when someone gets status code 206. I don't see
any correlation so I'm hoping someone can offer some insight.
Thanks,
Jason Williard Tag: Unable to Create web project 'test1'.not found Tag: 359216
iisdump and iisdbg
Hello All:
I have an iis dump created by iisdump that tells me
!iisdbg.clientconns and which pages are being run and then I use windbg
that tells me which threads (by id) are problematic (for example using
!locks).
Does anyone know how I tie a connection to a thread id?
For example, in the iisdump log I have:
Item# 4, UL_NATIVE_REQUEST = E77998
Request State: 2 (NREQ_STATE_PROCESS)
Client: IP= 66.50.24.8 / Port= 1770 (0x6EA)
Server: IP= 10.50.10.4 / Port= 80 (0x50) [Not SSL/Secure]
-----------------------------
GET /search.asp?q=data HTTP/1.1
How do I tell which thread this is on.
Also, I have asked this before but iisdump seems to be able to run
iisdbg.clientconns but I can't run it from windbg even though I'm using
the same iisdbg.dll extension and the same symbol files.
Thanks,
Jay
from iisdump logs:
==================
0:000> !version
Version 5.2 (Build 3790) Multiprocessor Free
0:000> !iisdbg.clientconns
from windbg:
==================================================
0:000> !iisdbg.clientconns
UL_NATIVE_REQUEST listhead at: 5a369060
*************************************************************************
***
***
***
***
*** Your debugger is not using the correct symbols
***
***
***
*** In order for this command to work properly, your symbol path
***
*** must point to .pdb files that have full type information.
***
***
***
*** Certain .pdb files (such as the public OS symbols) do not
***
*** contain the required information. Contact the group that
***
*** provided you with these symbols if you need this command to
***
*** work.
***
***
***
*** Type referenced: w3dt!UL_NATIVE_REQUEST
***
***
***
*************************************************************************
Unable to find NREQ state offset. Tag: Unable to Create web project 'test1'.not found Tag: 359214
why IIS ask me for a user/pwd ?
hi
i'm in the development server
i have full permissions...
but any day, IIS began to ask me
for my usr/pwd...
(even) if i accept the window with blanks usr/pwd
i get the pages correctly
but if i cancel the window
i IIS don't bring to me the page
with a 401.3 ACL error
i suspect the problem arise in image files
since, sometimes, that user/pwd window appears several times
within a page, showing a new image each time
i want to test
the site in the development server
with no interference
i have full permissions
thanks
--
atte,
Hernán Castelo
SGA - UTN - FRBA Tag: Unable to Create web project 'test1'.not found Tag: 359212
diagnosing slow downs
Will IISState info be useful for diagnosing slow downs? We have a
third-party application running on IIS 6 (IIS 5 isolation mode), W2K Server
Enterprise which uses a combination of ASP and static files. I restarted IIS
about 30 minutes ago, and the responsiveness is noticeably slower for both
static and dynamic files. It doesn't seem to get to a point where it quits
serving content, but if I restart IIS the system snaps back.
If I run IIS in IIS 6 worker process mode, the slowdown is actually
immediate.
I've looked at both the IIS and ASP performance counters on the server, and
I'm not seeing anything that appears to follow the performance trends. The
SQL server backend is on another box, and it's very responsive. The CPU,
disk %, memory usage, etc., on both servers isn't even close to stressed. I
know I can use perfmon to see indications of a memory leak in IIS, but I
haven't done that yet.
In addition to checking for a memory leak, is there any way I can nail down
what's causing the problem?
TIA! Tag: Unable to Create web project 'test1'.not found Tag: 359211
Windows 2003 Web Edition serving ASP.NET pages painfully slow...
This is a multi-part message in MIME format.
------=_NextPart_000_0013_01C53458.37CC9D10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a Windows 2003 Web Edition box which has asp.net and asp pages =
both accessing serviced components. The components don't seem to run =
slow, but the pages which are written in asp.net are rendered painfully =
slow. The classic ASP pages are rendered relatively quickly.
The pages are all below 35kb and include the same headers and footers =
the classic ASP pages include. Also, they access through a serviced =
component a couple of database stored procedure. The serviced component =
calls and the stored procedure calls all take about 10 milliseconds to =
run. Then the pages are served painfully slow. The same installation =
is done on Windows 2003 Standard Edition and, we do not experience this. =
However, the customer wants it run on the Web Edition.
Any suggestions?
Thanks,
Rob
--=20
Robert Sedor
------=_NextPart_000_0013_01C53458.37CC9D10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>I have a Windows 2003 Web Edition box =
which has=20
asp.net and asp pages both accessing serviced components. The =
components=20
don't seem to run slow, but the pages which are written in asp.net are =
rendered=20
painfully slow. The classic ASP pages are rendered relatively=20
quickly.</FONT></DIV>
<DIV> </DIV>
<DIV>The pages are all below 35kb and include the same headers and =
footers the=20
classic ASP pages include. Also, they access through a serviced =
component=20
a couple of database stored procedure. The serviced component =
calls and=20
the stored procedure calls all take about 10 milliseconds to run. =
Then the=20
pages are served painfully slow. The same installation is done on =
Windows=20
2003 Standard Edition and, we do not experience this. However, the =
customer wants it run on the Web Edition.</DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any suggestions?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Rob</FONT></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>-- <BR>Robert =
Sedor</FONT></DIV></BODY></HTML>
------=_NextPart_000_0013_01C53458.37CC9D10-- Tag: Unable to Create web project 'test1'.not found Tag: 359208
Web Site setup
Hi,
I have got my web site all set up on SBS 2003 Std
edition with my T1 running.
For testing purposes, how come when I go to another
network and type my http://ip_address I can only see my
small business server welcome page? Tag: Unable to Create web project 'test1'.not found Tag: 359206
IISAdmin Starts By Itself
I am using Windows XP Professional. I have installed the IIS components to do
some development. However, when I am not developing, I do not want any IIS stuff
to be running, including the IIS Admin service. I have set this to manual
startup in the services console. But after about 2 minutes it starts by itself.
I stop the service, and check a couple of minutes later, and voila! it is
running again. The only way I can keep this from happening is to disable the
service. I would rather not do that since I want to do some development from
time to time. How can I keep this service from starting itself when it is set to
manually start?
Thanks for all your help! Tag: Unable to Create web project 'test1'.not found Tag: 359204
SBS 2003, IIS 6, Host Headers
Created a new web site per microsoft knowledge base
for small business server 2003 std and IIS 6.
Every time I attempt to turn on my site with host header
it disables "default web site"?
Any help greatly appreciated Tag: Unable to Create web project 'test1'.not found Tag: 359202
Increase CPU Allocation?
I have an application where the company is using their intranet to deliver
ASP reports run against their databases. Some of the more involved reports
are taking quite a bit of time to create, over 5 minutes. I've been
increasing the ScriptTimeout, but it has now exceeded the Connection
Timeout. This report doesn't get run often, so special measures to get it
working can be considered.
I noticed when the report was running that there was still alot of idle CPU
time. Is there a way to let IIS take more CPU time to process ASP pages?
Thanks,
Bernie Tag: Unable to Create web project 'test1'.not found Tag: 359196
sql hosted on remote ASDL/SDSL for IIS asp to query ?
Hi,
I was wondering if someone could help. Im installing SSL in a test
environment to mimic how I need to setup sql server and many different
sites. The idea is to support the following:
(Domain1)--->(IP 1.1.1.1 on dedicated server1)--->(Website1)--->(ASP pages
website1)==SSL==>(remote sql server)
(Domain2)--->(IP 1.1.1.2 on dedicated server1)--->(Website2)--->(ASP pages
website2)==SSL==>(remote sql server)
i.e dedicated server hosts many sites. Each site has own site and asp pages.
ASP pages query own SQL SERVER using SSL.
I was using the following article to understand how SSL is configured:
http://support.microsoft.com/default.aspx?scid=kb;en-us;316898
1. Should I be using SPECIFIC CLIENT encryption or ENCRYPTION AT SERVER ?
i.e only this dedicated server will query the sql server and only the IP can
access the ssl port.
i.e the asp pages query sql server using standard web user/pass.
2. This diagram shows no ssl involved in the user login to web site. To
configure this should i setup my dedicated server with ENCRYPTION AT SERVER
SSL host ?
3. Each SQL server will be hosted on an ADSL/SDSL conneciton and will feed
back XML files to ASP pages. Does this sound feasible ?
NOTE: sites would not be in public domain - limited user access.
Thanks for any help.
Scott Tag: Unable to Create web project 'test1'.not found Tag: 359195
SP4 issue
After upgrading a database server running Advanced Server from SP2 to SP4, I
get an IIS error as explained here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;829427
Wondering if Microsoft has made this available for download anywhere or if
it must be obtained via a call to MS staff. Does not seem like a chargeable
incident, but want to be sure before I waste 2 hours on the phone... Tag: Unable to Create web project 'test1'.not found Tag: 359191
Is this possible with IIS 5 ?
Hi all !
I'm in front of a big problem with IIS. I'm trying to create a website which
is located on an other computer :
- my IIS server is in a domain and use "shared folder" functionnality
- my "shared folder" is, in fact, a NetApp filer which is in a workgroup.
Is it possible that IIS 5 accesses to shared folder whereas it is in a
domain and not in the client workgroup ? Is there any doc ? I've read a lot
of documentation but nothing seems to work : my NetApp always displays
:"Authentification by Null login".
Any help will be appreciated. Thanks :)
--
Alexis Tag: Unable to Create web project 'test1'.not found Tag: 359181
Website Question
Hello All:
I need to host 5 sites and only have a single external IP. If I point all 5
sites to this single IP in DNS and configure the sites to use any available
IP, will this work?? Tag: Unable to Create web project 'test1'.not found Tag: 359177
setting the home directory through dos/exe
Hi
I currently developing to web application simultaneously.
When in development, both have to be set as the main home directory (mainly
to keep site images links working - /image/image.gif)
Now when switching between apps, I have to keep going into IIS and resetting
the home directory.
Any ideas of an easier way to do this.
I imagine I could make an executable/batch file to just change the directory
unless there is a cleverer way to set this up in IIS.
TIA
Grant Tag: Unable to Create web project 'test1'.not found Tag: 359169
Specific 404 for single file
Hi all,
I need to produce a specific error for a single file that no longer exists
on our site. Is this possible on IIS6? And how?
I'd replace the file with the content of the error page but I really need it
to produce a proper 404 for the search engines.
--
Sean. Tag: Unable to Create web project 'test1'.not found Tag: 359168
Properties changed not saved
Hi all,
I have a folder that has a redirect to a URL. In the redirected folder I
create a Virtual Directory and select the folder it is supposed to point to.
Problem is it always ends up configured as "A redirection to a URL" pointing
to the same URL as the folder it's in is pointing to.
What's going on? It's not saving the setting. Is there another interface as
the MMC isn't makin the grade.
I have tried picking different folders as the target, different URLs as the
target but the setting always reverts to "A redirection to a URL" with the
same URL as the folder it's in.
--
Sean. Tag: Unable to Create web project 'test1'.not found Tag: 359167
Virtual Directory
I have set up a virtual directory on another server which is a member of the
same domain. At the moment, everyone has full control to that folder. If you
set up anonymous access to the folder via IIS you can access it. If you
disable anonymous access, you cannot access the folder even though you are
entering the admin username and password for the domain. This works
internally mind you but not from the web. i have tried all permutaions of
admin logons but to no avail. Tag: Unable to Create web project 'test1'.not found Tag: 359157
WebDav and Drive mapping HowTo
How can i map a secure WebDav drive under Xp.
Server side is a 2003, ISS 6.0 Webdav Enabled server.
Every thing works Ok. But.
Net use q: http://83.xx.xx.xx/WebDav Works Ok.
Net use q: https://83.... Does not work
With ie you can open the webfolder, but how can i transform this map to a
drive mapping as in net use?
Th eintension is that only SSL layer may be used for security.
Port 80 is blocked.
THX.. Tag: Unable to Create web project 'test1'.not found Tag: 359155
ASP Script Timeout Setting
Where is the ASP script timeout setting in IIS? I know I can set a time out
paramater in the script, but the error says there is a setting in IIS that
can also be increased.
Thanks,
Bernie Tag: Unable to Create web project 'test1'.not found Tag: 359152
cdosys with windows 2003 error
Hi,
I'm using windows 2003 with asp. However I'm having problems sending
email using the cdosys object.
My code is below and I don't believe its the code but on the send
command.
<%
dim sch
dim cdoConfig
dim cdoMessage
sch = "http://schemas.microsoft.com/cdo/configuration/"
Set cdoConfig = Server.CreateObject("CDO.Configuration")
cdoConfig.Fields.Item(sch & "sendusing") = 2
cdoConfig.Fields.Item(sch & "smtpserver") = "127.0.0.1"
cdoConfig.fields.update
Set cdoMessage = Server.CreateObject("CDO.Message")
Set cdoMessage.Configuration = cdoConfig
cdoMessage.From = "test@gmail.com"
cdoMessage.To = "test@gmail.com"
cdoMessage.Subject = "Sample CDONTS NewMail"
cdoMessage.TextBody = "This is a test for CDONTS message"
cdoMessage.Send
Set cdoMessage = Nothing
Set cdoConfig = Nothing
%>
error '8004020f'
/tad/testing.asp, line 30
I'm not sure what's wrong. When I go to my SMTP Virtual Server
settings in IIS --> Properties --> Delivery --> Advanced .
The FQDN is localhost and the smarthost is blank.
Any expertise/help would be greatly appreciated.
Thanks
:D Tag: Unable to Create web project 'test1'.not found Tag: 359150
security audit doesn't like response.redirect
We have a secure website (SSL) that transfers data to another secure website
on a different web server (different computer) when a client clicks on a
button on the browser. We transfer the data using a response.redirect and
got dinged in a security audit, because they could see the sensitive data in
the query string of the response.redirect. We always assumed that this
response.redirect would be secure. Any ideas how to transfer this data from
the one server to the other (of course, server.transfer does not work in
this situation where we are talking about different boxes). Tag: Unable to Create web project 'test1'.not found Tag: 359146
Images not showing with Host Header
I have a site which is located as follow:
c://inetpub/wwwroot/mysite/
I created a new virtual site using a HOst header pointing to a
subfolder as follow:
c://inetpub/wwwroot/mysite/subsite
all is fine except that none of my include files nor my images now
show.
The images are located in the following folder:
c://inetpub/wwwroot/mysite/images
Any suggestions?? I cannot change the location of the images folder.
Is there any settings I must do in IIS to get this to work.
Thanks Tag: Unable to Create web project 'test1'.not found Tag: 359145
http://localhost
Hi,
I installed brand new Win2k server with all MS updates and SP4. I have
problem with my IIS5, when I type http://localhost it came out two windows
first is fine but second one does not came out good and it gives me following
error:
HTTP Error 403 - Forbidden (address http://localhost/iishelp)
Internet Explorer
I did try to uninstall IIS and deleted Inetpub and winnt\help\iishelp and
reinstalled IIS but same result.
Need help.
Thanks Tag: Unable to Create web project 'test1'.not found Tag: 359139
XP Pro and IIS, can't access IIS
Hi
I've installed IIS on my Windows XP Pro (SP2) machine. The services are
running, and the IIS Admin shows that IIS is running.
When I open Internet Explorer, it takes forever (3 minutes apprx) to search
for http://localhost. After about 3 minutes, the status bar in Internet
Explorer says, "Web site found. Waiting for reply", and then Internet
Explorer stays in that state for about 4 minutes or so, then I get an error
page that says at the bottom, "Cannot find server or DNS error". I get the
same error for http://127.0.0.1 and http://192.168.1.102 (the internal IP
for that machine - which IIS Admin is set to receive requests on)
I've put a "hello world" type html document in the root and made it the
default page in IIS Admin properties. I can't access the site if I try to
go to directly to this page either.
I had McAfee Firewall installed, so I uninstalled it to see if that would
help. I then activated Windows Firewall and opened up port 80 web server,
to the outside world (even though I didn't think this would be necessary,
since I'm on my home peer network.) Still no luck.
I can sucessfully ping 127.0.0.1, localhost, and 192.168.1.102.
Any ideas?
Thank you,
Brian Tag: Unable to Create web project 'test1'.not found Tag: 359138