The ConnectionString property has not been initialized.
Description: An
unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
It doesn't matter how your pool is named, you can rename it from "classic .net app pool" to any name as well as create any new pool. This will not cause errors you listed above.
The errors are pretty much clear,
file not found - do you have that file?
connection string is not defined - did you define it?
None
0 Points
2 Posts
can asp classic and asp.net work in one application ? need help
Sep 01, 2013 05:55 AM|hawad2|LINK
i have application that work in asp classic and asp.net
i just filter my apllication with Defullt App Pool ( i didnt use asp classic.net app pool )
is there way can i use both?
some page working good
some give me this error
<div id="_GPL_e6a00_parent_div"></div> <div id="header">
Server Error
</div> <div id="content"> <div class="content-container">
</div> </div>
furthermore, i got another error
Server Error in '/' Application.
The ConnectionString property has not been initialized.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework
please i need help >
if any one want to try i will give him accses to my rdp
All-Star
35159 Points
9075 Posts
Re: can asp classic and asp.net work in one application ? need help
Sep 01, 2013 06:17 AM|smirnov|LINK
It doesn't matter how your pool is named, you can rename it from "classic .net app pool" to any name as well as create any new pool. This will not cause errors you listed above.
The errors are pretty much clear,
None
0 Points
2 Posts
Re: can asp classic and asp.net work in one application ? need help
Sep 01, 2013 06:34 AM|hawad2|LINK
bro its not about the name
you know that if you want to run asp.classic you need to choose from manged pipline mode that "classic"
but if you want with asp.net need to choose "integrated"
is this true or i misunderstood
the file is there ( its work good before )
the connication string is definded
so its connicated to my database