The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> IIS
|
.net site not working after setting up php site
Discuss .net site not working after setting up php site in the IIS forum on Dev Shed. .net site not working after setting up php site IIS forum discussing Microsoft's Internet Information Server including its configuration, optimization and other related topics. IIS is the most popular web server for the Windows platform.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 10th, 2011, 02:22 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 25
Time spent in forums: 6 h 42 m 17 sec
Reputation Power: 0
|
|
|
.net site not working after setting up php site
I have had two asp.net (2.0.5) sites running for 5 yrs on my Windows 2003 Server with IIS 6.
Today I set up PHP to run a new site. It works fine (or at least appears to be as the site is not built yet, but index.php is coming up).
Now, while the default.aspx pages work on the original sites, no other pages work on those sites.
Any ideas??
Thanks for looking
|

January 10th, 2011, 03:40 PM
|
|
|
|
Best I can say is review every step you did while installing PHP. You probably changed something in IIS settings that shouldn't have been changed. You didn't provide enough information to make any specific comment on your problem.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
|

January 12th, 2011, 10:36 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 25
Time spent in forums: 6 h 42 m 17 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by Doug G Best I can say is review every step you did while installing PHP. You probably changed something in IIS settings that shouldn't have been changed. You didn't provide enough information to make any specific comment on your problem. |
Went Back over everything, still having the problem. The home page appears to be working normally, but any page after that comes up with a "The page cannot be found" error. All web data is still on the server (No data loss).
I have been receiving an asp.net error in the event log for about a month, but this problem just started. not sure if they are related:
Quote: Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 1/12/2011 7:03:39 AM
Event time (UTC): 1/12/2011 2:03:39 PM
Event ID: 4de7c159e12041338e6529bb6ea07818
Event sequence: 482
Event occurrence: 13
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1809768093/Root-1-129392643830000000
Trust level: Full
Application Virtual Path: /
Application Path: C:\domains\www.phoenixmag.com\
Machine name: SERVER94
Process information:
Process ID: 1408
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: SqlException
Exception message: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_xlaABMstats_xlaABMbanners". The conflict occurred in database "CitiesWest-PhxMag-Ads", table "dbo.xlaABMbanners", column 'bannerid'.
The statement has been terminated.
Request information:
Request URL: http://www.phoenixmag.com/absolutebm/abmc.aspx?b=192&z=31
Request path: /absolutebm/abmc.aspx
User host address: 67.195.111.215
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at ASP.absolutebm_abmc_aspx.page_load() in C:\domains\www.phoenixmag.com\absolutebm\abmc.aspx:line 99
at System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. |
Thanks for looking
|

January 15th, 2011, 02:39 AM
|
|
Contributing User
|
|
Join Date: May 2009
Posts: 165
Time spent in forums: 1 Day 1 h 26 m
Reputation Power: 5
|
|
|
Hello,
Do you use some URL rewriting?
Regards
|

January 17th, 2011, 10:34 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 25
Time spent in forums: 6 h 42 m 17 sec
Reputation Power: 0
|
|
|
Problem solved
My problem was solved by adding the wildcard application map. Apparently PHP deleted it...
In my case it was: C:\winnt\MICROSOFT.NET\Framework\v2.0.507...
|

January 17th, 2011, 12:31 PM
|
|
|
|
Thanks for posting your solution
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|