Click here to Skip to main content
15,922,145 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net Project deploy into web [modified] Pin
scothykonma17-Nov-08 21:45
scothykonma17-Nov-08 21:45 
AnswerRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd17-Nov-08 20:22
professionalVimalsoft(Pty) Ltd17-Nov-08 20:22 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma17-Nov-08 21:48
scothykonma17-Nov-08 21:48 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd17-Nov-08 21:54
professionalVimalsoft(Pty) Ltd17-Nov-08 21:54 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma17-Nov-08 22:00
scothykonma17-Nov-08 22:00 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd17-Nov-08 23:08
professionalVimalsoft(Pty) Ltd17-Nov-08 23:08 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma17-Nov-08 23:55
scothykonma17-Nov-08 23:55 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd18-Nov-08 0:48
professionalVimalsoft(Pty) Ltd18-Nov-08 0:48 
Replace


<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
	<appSettings>              

		<add key="samplecandConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\samplecand.mdb;Persist Security Info=True"></add>

	</appSettings>

	<system.web>


	<!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.
        -->
		<compilation debug="true">
			<assemblies>
				<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
		<!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
		<authentication mode="windows">
	        
                </authentication>
		
      
		<!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
	</system.web>
</configuration>


I want to know , how you created a Virtual Directory. Step by Step

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


GeneralRe: ASP.Net Project deploy into web Pin
scothykonma18-Nov-08 1:22
scothykonma18-Nov-08 1:22 
GeneralRe: ASP.Net Project deploy into web Pin
surender.m18-Nov-08 1:48
surender.m18-Nov-08 1:48 
GeneralRe: ASP.Net Project deploy into web Pin
surender.m18-Nov-08 1:49
surender.m18-Nov-08 1:49 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd18-Nov-08 7:45
professionalVimalsoft(Pty) Ltd18-Nov-08 7:45 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma18-Nov-08 17:53
scothykonma18-Nov-08 17:53 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd18-Nov-08 19:13
professionalVimalsoft(Pty) Ltd18-Nov-08 19:13 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma18-Nov-08 20:31
scothykonma18-Nov-08 20:31 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd18-Nov-08 20:46
professionalVimalsoft(Pty) Ltd18-Nov-08 20:46 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma18-Nov-08 22:42
scothykonma18-Nov-08 22:42 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd18-Nov-08 22:46
professionalVimalsoft(Pty) Ltd18-Nov-08 22:46 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma18-Nov-08 23:37
scothykonma18-Nov-08 23:37 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd19-Nov-08 0:31
professionalVimalsoft(Pty) Ltd19-Nov-08 0:31 
AnswerUsing filters in CSS Pin
Member 432247717-Nov-08 18:08
Member 432247717-Nov-08 18:08 
GeneralRe: Using filters in CSS Pin
Christian Graus17-Nov-08 21:10
protectorChristian Graus17-Nov-08 21:10 
GeneralRe: Using filters in CSS Pin
Guffa17-Nov-08 22:11
Guffa17-Nov-08 22:11 
QuestionPssing value using Post method??? Pin
subrat4all17-Nov-08 18:07
subrat4all17-Nov-08 18:07 
AnswerRe: Pssing value using Post method??? Pin
N a v a n e e t h17-Nov-08 18:48
N a v a n e e t h17-Nov-08 18:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.