IIS Integrated Source Code Control

I want to create a site management (admin) web application in ASP under
W2K/IIS5/FPSE2002. It will be used to modify the content of XML files on the web
site it manages. Any changes require authentication. When a file is to be
modified the operator should check it out so that it is marked for modification,
preventing others to change it. The file is checked in after changes are made.
I'd like to be able to check in/out documents from the web admin using IIS
integrated SCC. Is it possible? Or should I implement my own file management
system?

View Replies


ADVERTISEMENT

Source Control

Does anyone know of any source control software (besides Visual studio) that allows a multi-user environment to be able to check out/in files and keep version control?

View Replies View Related

Source Control For Web Projects

What are people using for source control for ASP and HTML files? We have a typical scenario here, a handful of developers working locally on development, an internal staging server, then an external-facing production web server, all Windows 2003. I'm quite familiar with Visual Sourcesafe, but it doesn't easily allow (to my knowledge, anyway) to move ad-hoc files through to production to fix high severity bugs on the fly. It requires project labeling or "pinning" other files that have been checked-in but aren't ready for prime time.

View Replies View Related

Source Code

I am trying to debug some values in production server.I want to print the value of rRes(10),but I don't want to show it in the screen.I just want to show it in the source code but comment out,so that I can look at the value.Is it possible?

Response.Write("rRes(10) = " & rRes(10)) will show the value in the screen,but i want to hide it in the screen but still see the value in the source code.

View Replies View Related

Extracting Source Code

Is there a way of processing an ASP page and placing the resulting HTML
source code into a TEXTAREA on another page?

I have a page that will be generated dynamically from database content.
However, I want a form on another page to have access to the compiled source
code for use in an electronic newsletter.

Manually I would load the dynamic page, view the source and copy it out. I
would then paste it into my form field on the relevant page.

View Replies View Related

How To Get The Source Code For A Web Page

How can i get the source code of a web page through asp code?

View Replies View Related

Encrypt ASP Source Code

I was wondering does anyone use any third party tool to encrypt the original ASP source code from dispose.

View Replies View Related

VBs Source Code Of Calendar

I am in the process of building a web page that allows users to make some resource reservations from the web. I need a source code for a calneder where if the user clicks on a specific day of a specific month a new link will be opened. where can I find this ?

View Replies View Related

Funtion LEN (code Source)

Where I can find the code source for the function len for study ends. As (LEN) with its code was created script of the function. I tried to look for in google but I did not find nothing! Somebody can indicate me one link, site, script?

View Replies View Related

Source Code Is Unavailable

I use Windows 2000 Server and VS6.0 for development. I have switched on ASP debugging in IIS and everything worked fine, I can debug.

But now when I want to debug I always get "Source code is not available for the current statement"So I cannot debug anymore, what is the problem ?

View Replies View Related

Source Code Formatter

I have a couple of rather large ASP projects developed using VB script and the source code in both has not been formatted well. Does anyone know of a tool that can parse the source code files and fix simple things such as indentation, consistent use of case on key words, etc.

I have seen several tools that do this for printing purposes, but nothing that actually reformats the original source code.

View Replies View Related

Hiding ASP Source Code

I have a customer with an extensive intranet which contains a lot of
sensitive company data. The client is concerned that any employee
could download source code back to removable storage and thereby steal
the data.

Printing is considered publicly risky and other capture methods of
visble screens would be too clumsy and outside the capability of most.

So we have been asked to make the source "invisible" or at least
extremely difficult to reveal.

View Replies View Related

Encrypt An Asp File Source Code

we have an Enterprise Application on ASP and MS SQL 2000. Would like to know if I can convert the asp app to an exe or encrypt / encode / hide the source code so that no one accessing the server can touch / modify / copy the same.

View Replies View Related

Pages Display Source Code In Browser

I'm just trying to set up a testing server via Dreamweaver that is my local box. HTML works fine and ASP works fine IF there is no js code input. I can save a few images in a table as an ASP page and it works great, but if I try to pull a table from a database, the browser suddenly displays the code, rather than the page.

I've heard some people referring to articles that might address this, but so far I'm not seeing them.

I have .asp files being handled by asp.dll from the internet information services section.

What the heck am I missing? What else should I provide y'all so we can brainstorm this?

View Replies View Related

Source Code For Professional Active Server Pages 3.0

I got this book for some time. I need to download the source code for this
book. However, Wrox, the publisher, does not have download code for this
book. Could anybody suggest any site from where I can get the download of
source code for this book?

View Replies View Related

Any Integrated ASP & FTP Solution

I'd like to know if there is any robust FTP solution out there that
integrates well with ASP applications. In particular, it has to allow huge
uploads over 3 gigabytes in size. It must have the ability to resume
incomplete uploads by the users.

View Replies View Related

Integrated Authentication

I’ve got an ASP.NET 2.0 web application that requires SSL. In addition, the pages are configured to use Integrated Windows Authentication. I am having a problem getting automatic authentication to work for internal network users.

If they try to access the page using an internal server name in the Url, the authentication takes place automatically but they must first deal with a warning page (in IE7) that alerts them to a problem with the site’s security certificate since the names don’t match up. However, if they access the page using the fully-qualified domain they get a dialog box asking them to authenticate.

View Replies View Related

Form Control; Want A Little More Control Of The Name Attribute

I would like to be able to control an asp text box control's name attribute.

I know i can manually type the whole string
<input type="text" name="username" value="" />

but then i can't use the validation control on the inputs. [free javascript ]

PHP Code:

View Replies View Related

Integrated Windows Authentication

I'm running IIS 6.0 on Windows SErver 2003 that is also a DC.

I have an asp page (default.asp) I am trying to access as my hom page for my
site. I am trying to use Windows authentication.

When I select only "integrated Windows authentication" I get prompted for
user information and then get an error: "The page cannot be displayed."

However, if I change the authentication method to "Basic authentication" and
enter the exact same logon information, it works without a problem.

I do not want to send passwords in clear text. I need to use Windows
authentication.

View Replies View Related

Windows Integrated Authentication

Can someone direct me to a good tutorial on Windows Integrated Authentication and Active Directory. I am creating an intranet site and i want anyone that can sign on to our domain able to go to the intranet and not have it prompt them for username/password. I can't seem to find much info on it.

View Replies View Related

Integrated Windows Authentication

What I'm trying to do: I'm using LDAP to check and see if a user that is trying to view my page has network credentials and I am also trying to see what User Groups they are in. I have been told that the code that I'm using does indeed work.

Problem: In IIS I have unchecked the Anonymous access option and have checked the Integrated Windows Authentication option. When I try and view the page, I keep receiving the Windows login box with my domain/username and password filled in.

This puzzles me because the code that I'm using is supposed to strip the domain, yet that continues to show. It also looks like this code is supposed to redirect me to the requested page once my credentials are recognized, but I can't seem to get past this Windows login box that is similar to a login box for an FTP site. Any suggestions?

View Replies View Related

Windows Integrated Authentication

I developed some simple ASP 3.0 pages to add some operative functionality to my app. I configured IIS to use windows integrate authentication for this pages and it's working just fine.

For security reasons (audit) I need to trace down the username that requested this page. I already have a custom service called from ASP page that trace down some data I need. It's there a way to find out what is the windows username that requested the page so I can pass this information to my audit function?

View Replies View Related

Integrated Windows Autentication Form

I would like to know if there is a chance to make a login form, username/password, with
Integrated Windows Autentications IIS 5.0, I'm trying to implement an Intranet with this
type of autentication.

View Replies View Related

Bypass An Integrated Windows Authentification

I'm trying to bypass a Windows 2000 Integrated Windows Authentification within an ASP page...

Let me explain :

a user will login through a form on the web. The fields ar the username / password of an actual windows account on the server.

What i'm trying is to send the user to a secured folder and instead of the IWA popup, I want to "feed" the info of the user directly to the popup so he doesn't have to login through this popup. I should be all automatic..

View Replies View Related

Logon Field Integrated In Larger Webpage

I have a logon field including user name and password, which is stored to an access DB. Many websites have a logon and password field integrated into the page.

I have a complete web page and I want to stick the code from the working logon field, etc in the page w/o redesigning it around the existing logon.asp page.

I am asking if this is something I can do with the skills that I currently possess? Remember, I'm a novice .asp programmer, but an experienced web designed. We're working on the "dynamic" in web page design.

View Replies View Related

IIS6 + Integrated Windows Authentication Issue

We've recently moved to new servers (Win2k3, IIS6) and when setting up the intranet I've run into some difficulties.

The original intranet is split down into departments with security as below:
Intranet Home - anonymous access allowed.
IntranetFinance - anonymous allowed.
IntranetIS - Integrated Windows Authentication*

So the problem comes down to the IS folder. Integrated Authentication is set up so we can have an IS corporate directory where each user maintains their own details.

On the new server however, I've set up the web root as Intranet (anonymous access allowed) and set the IS folder as a new application folder. I've removed anonymous access and added only Integrated Windows Authentication and Digest Windows Authentication.

However when connecting to any page on the new server, no authentication kicks in at all. Connecting to a page IntranetISinfo.asp that returns only the "Logon_User" information, returns a blank field...

View Replies View Related

HTTP 401 If I Disable Integrated Windows Authentication

I'm trying to view a .aspx from a Win2003 server. When "Integrated Windows Authentication" is enabled, I can view the .aspx file. If I uncheck IWA, I get an HTTP 401.

Does anyone know why "Integrated Windows Authentication" is being forced and how I can disable it? I just want anonymous access. Code:

View Replies View Related

Can XML Be Used As ADO Source

I am working on a small project which requires XML data to be read from ASP.

I am successful at using XML/DOM objects. But when the data size goes up, sequential access will tax the web server. I would like to retrieve the data in the xml file like a MSAccess DB.

I read somewhere that XML source can be provided as data stream in ADO. If anyone has knowledge on this, please provide me links. If possible, answer to these queries will also be appreciated.
1. Which version of IIS supports this.
2. Which version of ADO
3. Additional components needed at the server ?

I found the following link at MS.
http://support.microsoft.com/default.aspx?scid=KB;en-us;q263247

View Replies View Related

Open Source

I am looking for an open source, very simple CMS that allows an administrator to add pages, news articles, and maybe a staff directory.
We don't need new users to signup, or comment, or anything along those lines. Maybe a wysiwyg editor included. Just for a homepage, a news section (that may include many sub-cats, pages).

View Replies View Related

Source Of Dllhost.exe

I've got a Windows 2000 server running with about 50 websites on it, all
running ASP scripts. I've noticed that the servers CPU usage gets up 100%
sometimes, caused by dllhost.exe, which I'm certain is a hanging ASP script
somewhere on the box. Probably an on error resume next line that doesn't go
anywhere when an error is an encountered. Anyways, I'm not sure if there's
a way to isolate the website where its originating, or even the page this
problem is originating from. Is there a way to do this?

View Replies View Related

Data Source Name

i dunno what's the DSN coz it's my friends code and she's using windows2000 so her open database connection code differs from what i use..like

"con.open ...."

what should i do to redirect the the connection to its database?i cant change all the codes coz there's many pages and takes ahellotta time

View Replies View Related

Source Commerce For ASP.NET

there are any open source for ecommerce site like a one such for 'oscommerce' in php/mysql.

View Replies View Related

Protect Source

i've developed an appliaction that i want to sell it to my client, but dont want him to reseller it, so is there any solfware or techniques that i can used to protect my asp source ?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved