Web Forms :: Why Can't Test New Webpages Over The Internet
Mar 4, 2010
I transferred my precompiled Default.aspx and all related image files to the main folder of my www.freewebs.com account. I also transferred App_Code.compiled, App_Code.dll, App_Web_c871ipga.dll, App_Web_s_wu1khu.dll, App_Web_vy0pwb06.dll, and default.aspx.cdcab7d2. compiled in a new bin folder. When I accessed the URL address for the Default.aspx file in my freewebs account, all that I got back on my browser was: This is a marker file generated by the precompilation tool, and should not be deleted!
I also tried to deploy without precompilation. However, when I transferred my uncompiled Default.aspx web page to my freewebs account and entered [URL] what I got back on my browser was only a listing of the source code for the web page complete with my C# script code. Why can't I execute an ASP.NET web page?
View 3 Replies
Similar Messages:
Mar 29, 2010
how is it possible to test a web application developed in VS 2008, in different internet speed connections?
View 8 Replies
Mar 29, 2010
how is it possible to test a web application developed in VS 2008, in different internet speed connections?
View 5 Replies
May 21, 2010
Can you test your connection from localhost to internet host Sqlserver Database
View 4 Replies
Nov 5, 2010
I put this code in my aspx file :
[Code]....
when I access my aspx file through Internet I can download the file "Test.exe" but my internet security doesn't permit to install it. Has anyone had this problem?
View 2 Replies
Jun 10, 2010
when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.
View 3 Replies
May 15, 2010
i have to do some message exchange with a 3rd party (in a website).When the client posts a page, i start the message exchange. When that doesn't succeed for some reason, i report this to the client by rendering the page with a message.On the background, in a separate thread, i start a process to send abort messages to the 3rd party. I can't do this while the user is waiting for the page to come back, because it might take a few minutes.But in a test project, the test ends when the message to the 3rd party is sent, and after the new thread is started. But it seems that the new thread also ends, when the test is done.
Is that normal behaviour?I do start the thread in a new class with a reference to 2 objects from the class which tries to send the message in the first place, may that be a problem?EDIT: it keeps running when the whole process is started in IIS
View 1 Replies
Jan 6, 2011
When im try to export to excel from my web page im getting this error.
View 2 Replies
Mar 3, 2011
i have datagrid , data coming from database but data in database as formated , i want to show data wihotu format
below example:
<B> test </B> data base has this type data
but in grid i want to show test not with format,
i am getting same data from database.
View 2 Replies
Mar 6, 2011
we have a reseller web application that uses basically the same asp.net codes on different domains. However we replaced the cookies in the web.config files to the root domain of each domain and the timeout time to 1000
HOwever for the initial site that was setup, it runs well. But every additional site times out after about 2mins
I have looked through the web.config so many times to see if anything is conflicting but cant find anything.
View 2 Replies
May 5, 2010
How do I link a control to an external style sheet? What folder do I put the external style sheet in?
View 2 Replies
Sep 15, 2010
I am working on the Home Page of a new client. The client wants me to show 5 images in his home page, which he does not want to part with.I am using a master page and also a user control in the home page.All this make the home page too heavy(if this is the right word).All are .jpg images.
The master page contains logos and the user control is a table containing hyperlink to navigate to other web pages.
View 4 Replies
Jun 24, 2010
I have been working on a web application using C# and I want to capture images from my webcam on the registration page. The concept is as the page loads, the system checks for a webcam connected and if the webcam is found conencted, Image streaming should be done and the frames would be displayed on the page. As soon as I click the "Grab Image" button, the Image should be captured and stored to a database.
View 12 Replies
Jun 25, 2010
Using Vb.net I created a html table with a hyperlink column to another ASPX.Net page. The page I am linking to has a text box that accepts a customer number and a button (NEXT) to link to another ASPX.Net page. When I link to the first page, the customer number is not in the textbox. Also, I do not know how to execute the NEXT button so it links to the final page.
[Code]....
View 6 Replies
Jul 3, 2010
I realize that subroutines in the 'C' language are now classes that are instantiated as objects in the C# language, but I don't know how to use them in a web page. I have several control event handlers that need to use the same function. Where is the class defined and how is it instantiated within the event handlers?
View 2 Replies
Mar 18, 2011
Any way to add powerpoint slides to the webpage.
View 3 Replies
Aug 2, 2010
how is it possible to embed any .swf file into any .aspx page?
View 2 Replies
Mar 17, 2010
i built a user control for login process, i'm using it in some of my pages, but something
wierd happens, in some pages it works fine, and in some page he just doing Postback,
and put this in the url:
?ctl00%24ContentPlaceHolder1%24LoginBox1%24TxtUserName=&ctl00%24ContentPlaceHolder1%24LoginBox1%24uiTxtPassword=&ctl00%24ContentPlaceHolder1%24LoginBox1%24SignInCmd=Sign+In
View 3 Replies
Mar 4, 2010
I want to design a website wherein the page would be having 2 sections.
Section 1. Web page comming from other web site (this web page's domain may/ may not be the same wrt the website in which it would be getting displayed)
Section 2. Web page designed for this webSite
I don't want to use the IFrames for this purpose.
Further, the webpage from Section 2 would require the data from webPage of Section 1 (Interaction would be there)
View 6 Replies
Mar 24, 2010
I am doing Automated coded ui testing in asp.net 2010 for web application. I am testing site and i need to know how can i create the test which will work with all browsers. Right now i created test in IE 8 but its not working in Firefox. So is there any way i can create one test and will work in all browser.
View 2 Replies
Jun 25, 2012
How to develop Mobile Web Pages/Web Application in ASP.NET What are the requirement?
View 1 Replies
Jan 22, 2011
I have some text fields fields of my page say P1, say T1, T2, T3. I also have a link button in my page which links it to another page P2, which also has some textfields. I also have a link button which links it back to page P1.
When i fill in the text fields in my page P1 go to the next page P2 and try to return to P1. I loose the values in t1, t2, t3.
How to retain those values even if i am moving back and forth between these pages
View 5 Replies
May 7, 2015
I tried to follow the examples give in :
[URL]
So in my web.config i typed this :
<authentication mode="Forms">
<forms loginUrl="Login" defaultUrl="DailyLog" timeout="2880" cookieless="UseCookies" />
</authentication>
when i browse my application through local host , it shows Login screen , also validating the credentials , but without entering any credentials if i change my Url at login page from :
http://localhost:49702/Login
to
http://localhost:49702/DailyLog
it goes to DailyLog without confirming the login ...
in Login Screen on Submit button Click event i have done this :
View 1 Replies
Apr 9, 2010
I have a issue, and i need your opinion how I can do it. May be someone from you did the same.
for example, we have structure of property address what stored in database:
0. Property type
1. Region
2. Postal Code
3. City
4. Street
5. List of properties
I need to build SiteMap with work with SiteMapPath.
If we have small count of records in database this is not a problem but what I need to do if in database present extrimally big count of element for each node (from 0-5) ?
make query to each element and build site map this is not good for two reason perfomance and count of queries to DB.
What solution exist for this case ?
View 1 Replies
Mar 4, 2010
I want to determine if the following could be implememted using a sitemap and menu control.
I have implemented the selection and navigation using tables and urls.
Each page request the querystring data, get the sql data and create the required selection and navigation urls.
Customers.aspx contains a list of customers with a url for each customer.
[code]....
Can I use a sitemap and menu or tree to provide the back navigation described in the scenario above.
Is it possible to modify the url for one or more sitemapnodes based on a user selection on a page?
Is it possible to add/remove sitemapnodes based on a user selection on a menu?
View 1 Replies