Help Me To Setup The Asp Application!

Pages: 1, 2
free web hosting

Latest Entry: (Post #11) by iGuest on Mar 18 2008, 03:00 PM. (Line Breaks Removed)
ASP application Help Me To Setup The Asp Application! I have the code for an ASP application and I have the IIS installed on the Windows XP but I do not knwo how to start the application...Can anyone help me ???? What are the steps ?Regards -question by Anna
Express your Opinion! Contribute Knowledge.

Free Web Hosting > Computers & Tech > Programming > Scripting > ASP / ASP.NET

Help Me To Setup The Asp Application!

Niru
Hi all!!
I'm a newbie at asp.net
I'm not able to run the asp .net application in my system!
It will always display some debugging error even though I wont go to edit those default pages created by the application! unsure.gif
I don't know why its generating some sort of error messages always!
Today I had reinstalled my OS and tried installing
Microsoft Visual Studio .NET 2003!

But while trying to debug the application! But Its generating an error message like:


Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start without debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project?


I didn't edited any of the default pages created by the software, and was trying to test the project by simply putting a label box on that page! blink.gif
I was trying to create >> Visual Basic Projects >> ASP .NET web application!
And while pressing F5, it always shows the same error message!

Let me explain the problem fully!
I had installed Windows XP Pro in my system!
Then installed IIS from control panel ( by selecting those front page extensions also)
Then Installed Microsoft Visual Studio .NET 2003
I didn't changed any of the settings in IIS and .NET 2003!~
I was trying to test the project by selecting create >> Visual Basic Projects >> ASP .NET web application
I can create application, but the problem arises while I go to debug the application by pressing F5 button!
I didn't changed any of the default files including Web.config file!

Goggled some time for fixing the problem! but any of the solutions didn't worked for me! sad.gif
Anybody knows how to solve the problem?? Please help me!
Waiting for your responses!!


Niran

 

 

 


Reply

faulty.lee
So far I've only touch ASP, ASP.NET only once. When I last played with asp.net, the file wasn't edited with visual studio. It works out of box. When i tried with visual studio, it generated too many files, and i didn't like the idea, so that's it, never use visual studio for asp.net ever since.

But i've some advice. Try to nail the problem from bottom up, aka, from the most basic test
Try to see if it's the problem of IIS, .Net or VS.

Test html first, then asp, use a very simple file, probably just print out a string. then try asp.net. All with notepad first

If those pass, then must be VS' problem. Try a project with out any UI like the above.

Btw, you should know that you'll better install IIS before installing VS, so VS can configure IIS properly.

I don't have IIS installed at the moment, seldom use now. Let me know if you still can't get it right. Maybe I'll it a go.

Reply

Niru
Nothing working fine friend!
I am still getting the error message as


Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start without debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project?


I tried reinstalling the application also!
and didn't changed any thing in the default settings and default files that all are generated during creation of a new project! Googling also didnt helped me! Anybody here to help me?? sad.gif

Reply

faulty.lee
QUOTE(Niran @ Dec 2 2006, 11:27 AM) *

Nothing working fine friend!


Can you test running some simple codes and see if it works. Just to confirm that the basic things works.

There some link here for you to refer.

http://www.w3schools.com/asp/showasp.asp?filename=demo_text

http://www.w3schools.com/asp/asp_examples.asp

If you can confirm that the basic things actually functioning, then we can move on to more advance troubleshooting

Good Luck

Reply

Niru
QUOTE(faulty.lee @ Dec 2 2006, 06:44 PM) *

Can you test running some simple codes and see if it works. Just to confirm that the basic things works.

There some link here for you to refer.

http://www.w3schools.com/asp/showasp.asp?filename=demo_text

http://www.w3schools.com/asp/asp_examples.asp

If you can confirm that the basic things actually functioning, then we can move on to more advance troubleshooting

Good Luck



Thanks for your suggestion friend! I had tried some of the sample codes on that site! But its still displaying the same error only! But now I can notice that, If I type: http://localhost/myfilelocation.aspx, then it will display the page! But the problem arises when I try to run the Debugger by pressing F5 in the Visual Studio .NET GUI! Is there any default settings need to be changed for running the debugger?

 

 

 


Reply

faulty.lee
QUOTE(Niran @ Dec 3 2006, 09:17 PM) *

But now I can notice that, If I type: http://localhost/myfilelocation.aspx, then it will display the page!


You meant out of maybe a few pages you've tried, only that page works?

Can you upload the working page and another non working one here?

And also your system software specs, like windows' version, service pack, IIS setting.

I'll try to take a look in the coming week, cause right now i'm quite busy with my work.

Or at least with those information, others can help also.

So please be patient.

Regards
Faulty

Reply

Niru
QUOTE(faulty.lee @ Dec 3 2006, 06:56 PM) *

You meant out of maybe a few pages you've tried, only that page works?

Can you upload the working page and another non working one here?

And also your system software specs, like windows' version, service pack, IIS setting.

I'll try to take a look in the coming week, cause right now i'm quite busy with my work.

Or at least with those information, others can help also.

So please be patient.

Regards
Faulty


I am having
Windows XP Professional with Service Pack 2
Microsoft Visual Studio .NET 2003
Dot net framework 1.4 (installed as part of Microsoft Visual Studio .NET 2003 )
Dot net Framework 2.0
And I'm having Avira AntiVir® PersonalEdition Classic ( http://www.free-av.com/ )
Disabled Windows Firewall and and I'm using Norton Personal Firewall 2006

Anybody here to point out the problem?

Reply

faulty.lee
Hi Niran,

Can you upload the working page (myfilelocation.aspx) and another non working one here?

We'll need that as reference point to test.

Regards,
Faulty

Reply

Niru
thanks faulty.lee for spending ur time to fix my issue!
It was a simple problem! tongue.gif
hehe he! I was using my DSL modem to connect to Internet!
I think, its configured as a client in LAN! ( I don't know why it is tongue.gif )
So, we need to specify the IP address, Subnet mask, Default gateway and DNS information manually!
That was the problem!! biggrin.gif
So, after identifying the issue, now I can debug the ASP application without any trouble! biggrin.gif

So, Im explaining how the issue has been solved, if any one comes across the same trouble!
Goto>> Control panel >> administrative tools >> computer management

there you can see one IIS settings. in that IIS settings, just right click the default website and select properties!
For me there was my IP address specified for DSL! wink.gif which was making me mad! tongue.gif faulty.lee
IPB Image
so, after identifying this issue, I temporarily disabled the LAN system, that automatically displayed the default IP address as 170.0.0.1 . After selecting that default IP address, its working fine without any problem!

thanks for spending your time to fix the issue!
rolleyes.gif




Reply

faulty.lee
Hi,

Good to hear that. Glad it helps. Anyway, always try to isolate the problem one by one, then you can easily nail it down.

Regards

Reply

Latest Entries

iGuest
ASP application
Help Me To Setup The Asp Application!

I have the code for an ASP application and I have the IIS installed on the Windows XP but I do not knwo how to start the application...

Can anyone help me ???? What are the steps ?

Regards

-question by Anna

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. localhost setting and image display problem report studio - 56.62 hr back. (1)
  2. error while trying to run project:unable to start debugging on the web server. server side-error occurred on sending debug http request. - 58.06 hr back. (1)
  3. dotnet debug asp.net or alt server is correctly installed on the server - 65.70 hr back. (1)
  4. debugging topics of asp.net or atl server applications. - 91.47 hr back. (1)
  5. asp.net - 102.05 hr back. (1)
  6. how to setup website server - 103.75 hr back. (1)
  7. how to configure asp in xp - 145.05 hr back. (1)
  8. how to setup web server - 50.58 hr back. (2)
  9. using php if we click the labelbox it must display the details of that labelbox - 162.32 hr back. (1)
  10. "service pack" "visual studio" "microsoft" "asp application" - 168.34 hr back. (1)
  11. boonex iis successful installation - 171.81 hr back. (1)
Similar Topics

Keywords : setup, asp, application

  1. Locking Folders Without An Application!
    (2)
  2. Web Editor
    great application for your html and javascript development (0)
    Aptana IDE is a free Integrate Development Environment great for HTML/CSS editing and Javascript
    development The best feature in my opinion is the autocomplete feature , both in html and css mode
    it not only give you the suggestion but informs you about compatibility in different browsers and
    vresions same in javascript mode It is based on Eclipse IDE, it's free and can be extended
    help you with your php editing need to it's free and defenitely worth a try LINK ....
  3. Creating Your First Application
    (1)
    QUOTE In this section, we are not going into the technical aspects of VB programming; just have
    a feel of it. Now, you can try out the examples below: Example 2.1.1 is a simple program. First of
    all, you have to launch Microsoft Visual Basic. Normally, a default form Form1 will be available for
    you to start your new project. Now, double click on form1, the source code window for form1 as shown
    in figure 2.1 will appear. The top of the source code window consists of a list of objects and their
    associated events or procedures. In figure 2.1, the object displayed is F....
  4. What Programs To I Need To Setup To Rip And Encode Video From My Camcorder?
    DV / Digital Camcorder Encoding (1)
    The basic libraries you'll want are libdv (DV-format decoding library),
    libraw1394(IEEE-1394/firewire hardware access library), and libavc1394 (AVC control library, so you
    can play and pause your camera via computer control). Please note that many broken libraw1394
    packages do not properly setup the /dev/raw1394 device. If you encounter problems when running
    dvgrab, kino, or other DV capturing programs regarding the raw1394 interface, try the following
    commands to create the /dev/raw1394 device: Code: # /bin/mknod -m 600 /dev/raw1394 c 171 0 #
    /bin/chown root:root ....
  5. How To Setup An Vpn
    How to configure Open VPN on Ubuntu linux (1)
    Hi Folks, I wanted to know how I can configure VPN, on my ubuntu box.. I want to use this machine to
    be able to log on to other computer in the network. thanks in advance. ....
  6. What Programs To I Need To Setup To Rip And Encode Video From My Camcorder?
    more & more (2)
    The basic libraries you'll want are libdv (DV-format decoding library),
    libraw1394(IEEE-1394/firewire hardware access library), and libavc1394 (AVC control library, so you
    can play and pause your camera via computer control). Please note that many broken libraw1394
    packages do not properly setup the /dev/raw1394 device. If you encounter problems when running
    dvgrab, kino, or other DV capturing programs regarding the raw1394 interface, try the following
    commands to create the /dev/raw1394 device: Code: # /bin/mknod -m 600 /dev/raw1394 c 171 0 #
    /bin/chown root:root ....
  7. Do I Need To Do Any Extra Setup For Audio / Video Output?
    learn more (0)
    Since we already assumed you have an up and running linux installation, you most likely won't
    have to do any work in this area. Most modern distributions automatically configure X and audio for
    you, and there is a host of information on the web for configuring X. As far as audio goes, there
    are many different audio architectures available. We recommend choosing a distribution that uses
    ALSA (the advanced linux sound architecture) by default since it is the most powerful sound system
    and supports the most hardware. If your distribution doesn't include it, check o....
  8. Problem With Acdsee
    is default application (4)
    A girlfriend has a problem with ACDSee (for Pentax). For some reason it has been set as the default
    application for opening folders, so everytime a folder is clicked, ACDSee opens. If already tried to
    fix the file association (changing the default action, adding a new action that opens explorer, but
    it won't work /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif"
    /> ). I've also tried to untick the "browse with acdsee" option in ACDSee, but it doesn't
    remember this option. How can I fix this ?....
  9. Application For Free Hosting Looks A Little Bit Strange
    (2)
    In the process of applying for free hosting I received the next text: " Processing.. Please
    wait!. Do not hit RELOAD or BACK.. Username Validated. Connecting to Database... Database
    Connection Established. Validating username and password.. Username Validated. Checking
    permissions.. Permission granted. Preparing data for Creating Account.. You are suppposed to get
    approved for Hosting by ADMINISTRATORs. " It looks a little bit strange for me, because I do not
    know how long I have to wait and " Not hit RELOAD or BACK " ??? I was waiting for 30 mins, but I
    did n....
  10. Smf - Simple Setup Questions
    installing on Intranet (10)
    I've been thinking about setting up a forum for our office here, since the internet here is down
    most of the time, and everyone relies on email to communicate, lots of things get dropped. So I
    thought that a good idea would be to have a forum on the intranet, so that even if the internet goes
    down, everyone can still communicate. They're also totally clueless with anything more than
    basic, so the original idea of FTP and shared directories went out the window. So I've been
    recommended to use SMF as a simple and free forum software, but as I have almost no un....
  11. Hot Antivirus For Flash Drive Only Easy Setup
    (4)
    Hot Antivirus for flash drive only easy setup http://www.skupload.freehostia.com/cpe17anti.html ....
  12. Need Help In Composing Application Help
    (0)
    I have an application that is ready for a beta release at Maxotek. Actually its the third version of
    Pika Bot. This time though, I am hoping to make some bucks out of it as it won't be completely
    free. A 30 days evaluation version can be upgraded to the full version at anytime. The trouble I am
    facing right now is that Pika Bot is rather complex for the beginners to understand or so it seems
    from the feedbacks I have got from the previous versions. Adding to it is the limitation of my
    ability to make others understand. So, I am looking for partners who would help me....
  13. Basic Setup For Apache In Solaris 10
    An step by step guide to configure an Apache web server in Solaris 10 (1)
    HOW TO SETUP APACHE SERVER IN SOLARIS 10 Apache Web Server is already included and installed in
    Solaris 10 (Update 08/07). Normally it is already running as a service, but it requires some
    configuration to make it run as you desire. I will use the '#' to indicate the commands
    you should execute as root, and '%' to indicate it is a command to run as user. 1. Stop
    the web server # svcadm disable svc:/network/http:apache2 2. Copy the file
    /etc/apache2/httpd.conf-example to /etc/apache2/httpd.conf. The file 'httpd.conf-example'
    contains an e....
  14. Setting Up Your Php Server
    a small introduction on server setup. (0)
    Everyone who wants to practice PHP cant begin just by opening up notepad>Type php codes>Saving it
    as.php then viewing . No it wont work. Infact, your browser wont recognize it as "it doesnot have
    the knowledge of php" You can always setup a localhost server where you test your files
    offline/online on your computer directly. OR You can always setup a globalhost server where you find
    a host supporting PHP. Features that you should look for in a host: -CronJobs(optional but usually
    recommended) : Cron Jobs are scripts processed at set intervals of time. Suppose on a php m....
  15. Dial Up Error
    svchost.exe - Application Error (1)
    I always get this error after a few hours using internet. I use dial up for internet connection.
    QUOTE The exception unknown software exception (0xc0000409) occured in the application at location
    0x5b86a3c0. OK/Cancel After clicking on of those options (OK/Cancel), the connection is not
    disconnected, but there will be no data transfer. If I let the warning, the connection will still
    run well for a while (so I can post this problem). Help me to fix this please.... Thank You very
    much....
  16. Executing Cleanup Code When An Application Exits
    (0)
    For my media server project, I need to release a COM object whenever my application exits. I've
    tried using finalizers to perform the Marshall.RelaseCOMObject(object o) function and then nulling
    the object, but it doesn't seem to work. This is in relation to my post on cleanly releasing
    the iTunes COM object. Any ideas or knowledgeable help would be appreciated. ~Viz....
  17. Do You Want To Find A Linux Equivalent To A Windows Application?
    (9)
    Database of popular Windows apps and their Linux equivalents. http://www.linuxalt.com/
    _________________________________ http://dserban01.googlepages.com/linkedin....abap.basis.html ....
  18. Cracking Wireless Access Point Password?
    Is it possible to crack the system setup password on wireless routers? (22)
    Is it possible to crack the system setup password for a wireless access point - wirelessly? I
    understand how to use tools like aircrack and airsnort to crack the network password used by
    clients, but this will only grant you the client password to access the network. If there is a way
    to gain access to the system setup password of a wireless router, please explain the process to me,
    so that I can take all possible precautions to try to avoid this happening to my new wireless
    network... Thanks.....
  19. How To Setup Parental Controls In Windows Vista
    (5)
    How to Setup parental controls in windows Vista Parental controls are a great first step to
    keeping children safe online. To configure Parental Controls your computer must be set up with at
    least one password-protected administrator user account. To Set up parental controls 1- Log in
    to a user account that has administrative privileges. 2- Click the Start button, choose Control
    Panel, and click Set up parental controls for any user. 3- You come to a page that shows the name
    and picture for each user account you’ve created Click the user account for which you want....
  20. How To Set Up A Dedicated Server
    Counter-Strike dedicated server setup (27)
    Ok, i made this short tutorial on how to start a dedicated server in counter-strike. Hope everyone
    finds it useful. Required software: Steam Counter-Strike 1.6 / Condition Zero Dedicated
    Server (Found in Steam > Tools) First, you haave to make sure ur router is configured with all
    hlds ports forwarded to your ip address. To access your router, you type the default gateway address
    (E.g. 192.168.1.1) in internet explorer and enter your details when prompted. Then navigate your way
    till you find a section called 'port range forwarding', usually found in ....
  21. Live Id. How Can I Intergrate?
    I need to use Live ID in my web application (1)
    I'm developing a web application and want to use Live ID (check out http://dev.live.com for
    more details). Do you know any document so that I can get started. I check out the white page but
    it doesn't help. That's just a introduction. I need a how-to.....
  22. Want To Create A Community Website
    Hi everyone,
    i am planning to setup a community website with boon
    (4)
    Hi everyone, i am planning to setup a community website with boonex's dolphin package, please
    send ur thoughts and ideas.......
  23. Playstation Emulation
    How to setup ePSXE (9)
    What this tutorial does: Explains how to obtain and configure an emulator for the Playstation
    console on a windows computer. What this tutorial does not do: Deal with the Playstation 2 (since
    there are no good emulators for it yet) Support or promote any illegal activities. Work with L:inux,
    although this could probably work as a base guide for Linux machines Step 1: Preparations For this
    tutorial, you will need: Software ePSXe (latest version is currently 1.6.0) Pete's OpenGL2
    Driver 2.8 Eternal SPU Plugin 1.50 P.E.Op.S. CDR Driver 1.4 A BIOS File from a ....
  24. How To Setup Your Own TacticalOps Server With Tost
    (2)
    Hello all, People that know what tacticalops is can skip this paragraph: Tactical ops is a mod for
    UT, basically like counterstrike but some people say its better. The game has been through many
    stages and though its an old game, the community is still working on it to improve it based on what
    the community wants. Now onto making the server! First make a new install of TacticalOps,
    somewhere away from your original install, patch it to 3.40 then patch it to 3.50 (in that order).
    From now on i'll be referring to the file: TacticalOps.ini as the server ini file. ....
  25. Need Help In Developing Internet Application Suite
    Browsers, Instant Messaging, E-Mail, etc (9)
    I'm working on programming an Internet Applications suite. I'm planning to make the
    following: -Web Browser -Webmail/E-Mail client (is a mixture of webmail and an e-mail client like
    outlook, maybe eventually offer free e-mail to users) -Instant Messaging Program -Firewall (just a
    basic tool that let's you lock either incoming or outcoming traffic on specified ports, or lock
    down incoming/outgoing/both traffic and put blocks on all ports.) -Quick spyware scan (just checks
    for common spyware filenames/locations and checks it against file sizes/extensions and w....
  26. Dedicated Teamspeak 2 Server- Need Help
    Cant setup my router, forgot what to do (4)
    Well Teamspeak 2 Is a dedicated server client and i turn it on and go to my router, I go to the
    firewall and thats where i forgot what to put if you can please help me the setup for my router
    firewall is as follows: Wan or Lan put ip source beginning then end Wan or Lan put ip destination
    beginning then end Port type ts2 is 8767 UDP i got that part just the main IP entering part please
    if you can help me i have a D-link SI-524.....
  27. Visual Basic: Unload Your Application Correctly!
    (1)
    What many of us do not know is that using a button on a form with the function "Unload Form1" or
    even clicking the X in the upper right corner is like pulling the plug out of your computer while it
    is still on. It may not exit the program cleanly and efficiently, may leave background processes
    running, or just give you unwanted errors by exiting improperly. All you need to do is unload all
    components, forms, controls, etc. upon unloading. Say you have 2 forms in your project, 1
    component, and 2 controls. If these ojects are placed onto a form, unload them properly&....
  28. Flash Webcam Room
    An easy flash application (8)
    Quick and Easy Webcam Chatroom Required: Flash Communication Server 1.5 Flash Step 1: Create a
    new folder called webchat in the c:\(Where ever you put your server files)\flash
    communication server mx\applications folder. Step 2: Open notepad file. Type: load(
    "components.asc" ); Save file as "main.asc" in the webchat folder. Step 3: Open Flash and save
    file as "webchat" in the webchat folder From the Communications Components side bar: 3.1 Drag a
    SimpleConnect onto your flash page 3.2 Drag a SetBandwidth onto your flash page, in the properties
    b....
  29. Webmail On My Site
    How to setup mail on my site? (4)
    if i want any guest user to signup and check mails through my website, what should i do. lf i want
    to give away @honmore.astahost.com mail id. I know I can manually add them using CPanel, but is
    there any automated way atleast for checking the mails if not for signing up.....
  30. How To Setup An Ftp Server
    using BulletproofFTP (14)
    Setting Up An FTP Server Using Bulletproof FTP Server Download and Install from
    http://www.bpftp.com/ Basics 1. Start the program. 2. Click on Setup > Main > General from the
    pull-down menu. 3. Enter your Server Name into the Server Name box. Under Connection set the “Max
    number of users" to any number. This is the limit as to how many users can be on your sever at any
    time. 4. Click on the Options tab of that same panel (on the side). 5. Look at the bottom, under
    IP Options. Put a check in the box Refuse Multiple Connections from the same IP. This will preven....

    1. Looking for setup, asp, application

Searching Video's for setup, asp, application
Similar
Locking
Folders
Without An
Application&
#33;
Web Editor -
great
application
for your
html and
javascript
development
Creating
Your First
Application
What
Programs To
I Need To
Setup To Rip
And Encode
Video From
My
Camcorder? -
DV / Digital
Camcorder
Encoding
How To Setup
An Vpn - How
to configure
Open VPN on
Ubuntu linux
What
Programs To
I Need To
Setup To Rip
And Encode
Video From
My
Camcorder? -
more &
more
Do I Need To
Do Any Extra
Setup For
Audio /
Video
Output? -
learn more
Problem With
Acdsee - is
default
application
Application
For Free
Hosting
Looks A
Little Bit
Strange
Smf - Simple
Setup
Questions -
installing
on Intranet
Hot
Antivirus
For Flash
Drive Only
Easy Setup
Need Help In
Composing
Application
Help
Basic Setup
For Apache
In Solaris
10 - An step
by step
guide to
configure an
Apache web
server in
Solaris 10
Setting Up
Your Php
Server - a
small
introduction
on server
setup.
Dial Up
Error -
svchost.exe
-
Application
Error
Executing
Cleanup Code
When An
Application
Exits
Do You Want
To Find A
Linux
Equivalent
To A Windows
Application?
Cracking
Wireless
Access Point
Password? -
Is it
possible to
crack the
system setup
password on
wireless
routers?
How To Setup
Parental
Controls In
Windows
Vista
How To Set
Up A
Dedicated
Server -
Counter-Stri
ke dedicated
server setup
Live Id. How
Can I
Intergrate?
- I need to
use Live ID
in my web
application
Want To
Create A
Community
Website - Hi
everyone, />i am
planning to
setup a
community
website with
boon
Playstation
Emulation -
How to setup
ePSXE
How To Setup
Your Own
TacticalOps
Server With
Tost
Need Help In
Developing
Internet
Application
Suite -
Browsers,
Instant
Messaging,
E-Mail, etc
Dedicated
Teamspeak 2
Server- Need
Help - Cant
setup my
router,
forgot what
to do
Visual
Basic:
Unload Your
Application
Correctly
3;
Flash Webcam
Room - An
easy flash
application
Webmail On
My Site -
How to setup
mail on my
site?
How To Setup
An Ftp
Server -
using
BulletproofF
TP
advertisement




Help Me To Setup The Asp Application!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE