Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net Project deploy into web Pin
scothykonma17-Nov-08 18:32
scothykonma17-Nov-08 18:32 
AnswerRe: ASP.Net Project deploy into web Pin
N a v a n e e t h17-Nov-08 18:47
N a v a n e e t h17-Nov-08 18:47 
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 
Try to Write your Connection String like this

<appsettings>
<add key="Moraka" value="User id=SDE;Password=TOPOLOGY;Database=MORAKA;SERVER=VUYISWA\SGIICORNETGS01">


at the Botton Change the

<authentication mode="Windows" />


and Did you Create a Virtual Directory ? ,try this

You do not have a virtual directory for your application
This error typically occurs when your application does not have a virtual directory established in the Microsoft IIS web server. Your application needs a virtual directory in order to run. See Creating a Virtual Directory for Your Application for instructions on creating a virtual directory. When you create the Virtual Directory on Windows 2003, you must select the “Run Scripts (such as ASP)” in the Virtual Directory Creation Wizard.

Please also check that the .NET Framework version of your application is correctly specified in the virtual directory settings.

The folder containing your application is within the root folder of your website
For example, if your root website is located in C:\inetpub\wwwroot and it contains a Web.config file and you installed your application in C:\inetpub\wwwroot\MyApp and it also contains a Web.config, then your application’s Web.config file is considered a nested or inherited Web.config file. Web.config files can be nested, however nested Web.config files cannot contain some elements such as the <authentication mode=...>, <httpHandlers> and <httpModules> parameters. Iron Speed Designer creates a Web.config file for your application assuming it is a completely ‘free-standing’ application instead of being part of a larger application and your application does not require the presence of another root Web.config file to run.

This can be resolved in a number of ways, but typically the best solution is to move your application to its own folder outside of the web root folder, such as C:\MyApp, and you change your virtual directory setting for MyApp to point to this folder. Other ways to address this (not recommended) are to (a) change your Machine.config file to allow "full" Web.config files in nested sub-folders, (b) delete the Web.config from the web root folder assuming you do not need it; or (c) modify your application's Web.config to remove the authentication, httpHandlers and httpModules sections in order to make your application a subset of the web root application and inherit all of the other settings from the root.

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
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 
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 

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.