Click here to Skip to main content
15,891,864 members
Home / Discussions / Web Development
   

Web Development

 
GeneralChange "File Field's" Button Color Pin
UB17-Mar-04 22:13
UB17-Mar-04 22:13 
GeneralRe: Change "File Field's" Button Color Pin
Anonymous18-Mar-04 4:02
Anonymous18-Mar-04 4:02 
GeneralRe: Change "File Field's" Button Color Pin
Paul Watson18-Mar-04 7:58
sitebuilderPaul Watson18-Mar-04 7:58 
GeneralRe: Change "File Field's" Button Color Pin
UB18-Mar-04 18:50
UB18-Mar-04 18:50 
QuestionHow to use that ”?” in a URL? Pin
anderslundsgard17-Mar-04 21:22
anderslundsgard17-Mar-04 21:22 
AnswerRe: How to use that ”?” in a URL? Pin
Ian Darling17-Mar-04 21:38
Ian Darling17-Mar-04 21:38 
GeneralRe: How to use that ”?” in a URL? Pin
anderslundsgard17-Mar-04 21:42
anderslundsgard17-Mar-04 21:42 
GeneralASP project in VS.Net Pin
Aggtaa17-Mar-04 7:13
Aggtaa17-Mar-04 7:13 
Is it possible to create a Visual Studio .Net (act-ly VS.Net 2003 EE) Web Application project from existing ASP web site?
Currenly I've managed to build such a project, it even runs as Web Application, but all .asp files are included with build action 'Content' and integrated debugger does not work on breakpoints, only handles exceptions...

web.config looks like:
--
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<compilation defaultLanguage="VB"
debug="true"
numRecompilesBeforeAppRestart="15"/>
<pages buffer="false"
enableSessionState="true"
enableViewState="true"
enableViewStateMac="true"
autoEventWireup="true"
validateRequest="true"/>
<customErrors mode="Off"/>
<sessionState
mode="InProc"
cookieless="false"
timeout="20"/>
<!--
identity Attributes:
impersonate="[true|false]" - Impersonate Windows User
userName="Windows user account to impersonate" | empty string implies impersonate the LOGON user specified by IIS
password="password of above specified account" | empty string
-->
<identity
impersonate="true"
userName=""
password=""/>
</system.web>
</configuration>
--

Could anyone describe how to archieve this?

Thanks in advance,
Anton Zykov
GeneralASP hellp !!! Pin
Guidingstar16-Mar-04 23:11
Guidingstar16-Mar-04 23:11 
GeneralRe: ASP hellp !!! Pin
Sarvesvara (BVKS) Dasa17-Mar-04 17:50
Sarvesvara (BVKS) Dasa17-Mar-04 17:50 
GeneralRe: ASP hellp !!! Pin
henningbenk17-Mar-04 23:43
professionalhenningbenk17-Mar-04 23:43 
GeneralCapture mouse in HTML Pin
Member 61706716-Mar-04 12:49
Member 61706716-Mar-04 12:49 
GeneralRe: Capture mouse in HTML Pin
l a u r e n16-Mar-04 15:56
l a u r e n16-Mar-04 15:56 
GeneralRe: Capture mouse in HTML Pin
Sarvesvara (BVKS) Dasa16-Mar-04 18:46
Sarvesvara (BVKS) Dasa16-Mar-04 18:46 
GeneralRe: Capture mouse in HTML Pin
alex.barylski17-Mar-04 10:56
alex.barylski17-Mar-04 10:56 
GeneralZ-index for combo box Pin
Member 61706716-Mar-04 12:46
Member 61706716-Mar-04 12:46 
GeneralRe: Z-index for combo box Pin
l a u r e n16-Mar-04 15:57
l a u r e n16-Mar-04 15:57 
GeneralRe: Z-index for combo box Pin
Member 61706719-Mar-04 12:41
Member 61706719-Mar-04 12:41 
Questionhow to control IE auto fill options from java script Pin
harinath16-Mar-04 3:26
professionalharinath16-Mar-04 3:26 
AnswerRe: how to control IE auto fill options from java script Pin
hxxbin16-Mar-04 4:48
hxxbin16-Mar-04 4:48 
GeneralRe: how to control IE auto fill options from java script Pin
harinath16-Mar-04 6:45
professionalharinath16-Mar-04 6:45 
GeneralCreate internet shortcut on desktop Pin
Migration15-Mar-04 22:18
Migration15-Mar-04 22:18 
GeneralRe: Create internet shortcut on desktop Pin
alex.barylski15-Mar-04 22:31
alex.barylski15-Mar-04 22:31 
GeneralRe: Create internet shortcut on desktop Pin
hxxbin16-Mar-04 4:52
hxxbin16-Mar-04 4:52 
GeneralRe: Create internet shortcut on desktop Pin
alex.barylski16-Mar-04 9:18
alex.barylski16-Mar-04 9:18 

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.