ryans
Posts: 11
|
| Posted: 04/29/2010, 3:06 PM |
|
I am new to CCS, and am trying to view the live page of my work. All I get is 404 error. Not sure how to resolve that in IIS 7.
Running Win 7 Pro 64bit
Any help appreciated.
Ryan
|
 |
 |
datadoit
|
| Posted: 04/29/2010, 5:26 PM |
|
Welcome Ryan. What language and Db are you using?
|
|
|
 |
ryans
Posts: 11
|
| Posted: 04/29/2010, 5:39 PM |
|
VB.NET and SQL Server 2005
|
 |
 |
mor
Posts: 119
|
| Posted: 04/30/2010, 6:06 AM |
|
This problems can be related with default settings for 64-bit IIS. Please open IIS and in "Advanced Settings" for all application pools set option "Enable 32-Bit Applications" to "True".
_________________
Mor ve Ötesi |
 |
 |
ryans
Posts: 11
|
| Posted: 04/30/2010, 6:17 AM |
|
Thanks mor
I did that last night with no success.
Ryan
|
 |
 |
mor
Posts: 119
|
| Posted: 04/30/2010, 6:38 AM |
|
404 - File or Directory not found. Do you check yours folders and published files? :)
_________________
Mor ve Ötesi |
 |
 |
ryans
Posts: 11
|
| Posted: 04/30/2010, 6:54 AM |
|
I open up permissions on then folder C:\Inetpub\wwwwroot\ccsMedcom where the project is getting published to.
Still not go.
Ryan
|
 |
 |
robertmann
Posts: 109
|
| Posted: 04/30/2010, 10:41 AM |
|
Create a simple file in that folder like test.txt and open it in web browser. Do you see error 404?
_________________
Robert |
 |
 |
ryans
Posts: 11
|
| Posted: 04/30/2010, 11:24 AM |
|
Yes I see error 404
|
 |
 |
robertmann
Posts: 109
|
| Posted: 04/30/2010, 11:36 AM |
|
This explains the problem not related to CCS. Looks like your http://localhost not pointing to C:\Inetpub\wwwwroot so you may Google IIS configuration and get that working first. You need to be able display any files from publishing folder in web browser. Files like C:\Inetpub\wwwwroot\ccsMedcom\Filename should also be displayed via http://localhost/ccsMedcom/Filename
_________________
Robert |
 |
 |
ryans
Posts: 11
|
| Posted: 04/30/2010, 11:45 AM |
|
does it need a virtual direcotry?
|
 |
 |
ryans
Posts: 11
|
| Posted: 05/03/2010, 7:06 AM |
|
I found some resolution. IIS was conflicting with a running instance of Apache. I stopped apached and now the project publishes but know I get compile error for every page when i try to view the live page.
|
 |
 |