Web Forms :: Extra URL Path Running The Site?
May 27, 2010[URL] Does anyone know why is generating this strange folder path?
View 2 Replies[URL] Does anyone know why is generating this strange folder path?
View 2 RepliesI want to deploy a website in a computer where no webmatrix is installed. What are the requirement to run the website without webmatrix? And how do I configure IIS to run in startup with the site path?
View 4 RepliesI am working on a site where I need to set different countries get restricted. The selected countries don't able to download the contet of that site? How do I do this.
View 3 Repliesam looking to add a contact page to my asp site that I am running vie IIS6.0I have created the page but just need help with the code i would also like to send the user to a thanks page once the Web Form has been sent.It also has a drop down menu and the email is sent to that address! If someone could help with the coding ect that would be a massive help. The codeing I have so far:
[Code]...
How to create site map path of website using Treeview in asp.net
View 1 Repliesi am working on a site where client wants to add the pages from the admin panel to existing website( from the web browser) but static contents like text etc.
View 1 RepliesWe have a site that allows a user to drill down through a list. The drill down works by the page calling itself with a different query string. From any level they can choose to go to a different page dealing with the subject matter for that level. All of that works great. However, we would like to put a breadcrumb on the site that allows the user to walk back up the path they used to get down.
Most of the breadcrumbs I have seen do not save the query string. Also, many use some kind of external data provider (database or XML) to build the site map. I am not sure how that would work with the recursive page calls. I don't mind looking at products or coding it myself. I have actualy built something, but it is quirky when people use the browser back button.
I created a DataSet(right-click project-->add new item-->DataSet) and then a TableAdaptor to it with table from database. However, when i bring the project to others computer and run, it has error.
I look into the DataSet in xml and found that the path to database is actually on the computer that created the DataSet(C:DOCUMENTS AND SETTINGSUSERDESKTOPPROJECT NAMEAPP_DATADATABASENAME.MDF)
My database file is located at the App_data folder. May i know is there a way to config so that whenever i run the project on different computer, the path will auto change?
The ASP.net 3.5 SiteMapPath Control shows the site map but not necessarily the path thru a site. If a user links from one page to another using a hyperlink, the Site Map does not seem to show the actual path, only the site Map. If this is incorrect, please let me know.If it is correct, do you know of another control that will show the actual path thru the site in a session?
View 8 RepliesI've created a site using Visual Web Developer 2008 Express Edition (ASP.NET 3.5) but the server hosting it runs ASP.NET 2.0. I'm getting some odd errors running the live site. Is there anything I need to be aware of? Do I need to make any changes to the web.config file (that was generated in VWD) or anything else?
View 2 RepliesI am a PHP developer and have been asked to make some slight amendments to an ASP.net site. I can make these amendments but the biggest challenge seems to be getting the actual site up and running on my own server! I have a had lots of errors with regards to the paths to files, as the website is linked absolutely to the root folder and on my development server I cannot have the files at the root. I have therefore worked my way through some of the files making the paths relative so I can at least see some of the site running but then I came across this error:
CS0103: The name 'Data' does not exist in the current context
Line 5: protected void Page_Load(object sender, EventArgs args)
Line 6: {
Line 7: rptNews.DataSource = Data.NewsArticle.GetLatestNews(3);
Line 8: rptNews.DataBind();
Line 9: }
I assume this is something to do with data being called from a database. How to get the site and database up and running as I have no idea where to start and feel I am going round in circles.
I had a problem in site map path I had navigation bar which take from sit map path but I want site map path tack value from page as product also how can i remove underline in site map path
this my site map path:
<asp:SiteMapPath ID="SiteMapPath1" runat="server" RenderCurrentNodeAsLink="True"
ForeColor="White">
<PathSeparatorStyle ForeColor="White" />
<NodeStyle ForeColor="White" />
<RootNodeStyle ForeColor="White" />
</asp:SiteMapPath>
I am trying to have a marker show whether or not a particular service within the services.msc is running on a remote server(s). I have a service called Yardi Services on a virtual server. I want to be able to show on a dashboard I am creating for work, whether this service in running or stopped. For some reason this service will randomly stop though I have a auto restart on error. I am assuming that I would need to create a web service or use WMI?
View 2 RepliesHow to check in ASP.NET MVC View if site is running on localhost or 127.0.0.1?
View 2 RepliesI have 3 site map path like this
1 st page and 2nd page is different 3 and 4th one are common for all navigations
Navigation 1
Home(Page1.aspx) ---> Begin(Page2.aspx)------>Choose(Page3.aspx)-------->Use(Page4.aspx)
Navigation 2
Home(Page7.aspx) ---> Begin(Page47.aspx)------>Choose(Page3.aspx)-------->Use(Page4.aspx)
Navigation 3
Home(Page17.aspx) ---> Begin(Page27.aspx)------>Choose(Page3.aspx)-------->Use(Page4.aspx)
I get the following error while running ASP.Net Web site administration tool: ASP.Net Web site administration tool I am using visual web developer 2008 express edition and windows XP pro version 2002 service pack 3. I am following Microsoft Visual web developer 2008 express edition by Eric Griffin and in chapter 4 I need to use the administrator tool to set up passwords.
View 1 RepliesI want to run an ASP.Net application on Windows Server 2003 and access it over a LAN.
Like http://serverIP/sitename.com
How do I do this? What configuration changes should I make to IIS?
So I have seen the items about the differneces between web application and web site projects. My big question is - how can I tell which one I am running in the RC of VS 1010?
View 1 RepliesI'm trying to find a way for users to upload image to my site ,
In my db table I have a column name Image1 type image [allow null]
And I would like the user (among other fileds to fill, to upload image )
i am having a condition in which i have to pass the query string in the URL, the page which i am calling contains the Site map path control.
But as i pass the query string with the URL, the site map path is not working.
how can i handle query string in site mat path control as i have web.sitemap file containing the nodes
Edited : my url is like http://localhost:1400/RevenueAccounting/Auth/BillingAdministration/RackHireDueDetails.aspx?t=1&LiableRoad=BNSF
having 2 varables in query string, the first variable will remain same always but the value of second variable changes the actual error is, when i am using just the URL
http://localhost:1400/RevenueAccounting/Auth/BillingAdministration/RackHireDueDetails.aspx?t=1
in web.sitemap then the site map is not showing on page, and the value of second variable changes so how could i use site map path for this condition
I have uploaded site on web server but I am having the following error.
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
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.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
Is it possible to determine at runtime when my site is running in the debugger? I want to use one setting for production and another when I'm running in the debugger.
View 3 Repliesi m using AjaxControl Toolkit in visual studion 2005.after removing all errors now my site is build and debug sucssefuly without any error but when it displayed in browser, theres is not a single ajax control which i used in design mode of page.please tell me what is the reason of this?here is my code
"
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager> <br />
[code]...
My company has a server running Windows 2003, IIS 6.0, Web Deployment tool 1.1. I also have a development machine running Visual Web Developer 2010 Express. I can't get the Publish command to work (gives me "can't contact MSDEPLOYAGENTSERVICE" even though I know it's running), so a couple days ago I built a publish package, copied it over, and ran it, which worked.oday I thought WebDeploy was having problems (turned out the problem was between the keyboard and the chair) so I uninstalled it and reinstalled it from the WPI. Now when I try to run the package I get
Error: The metabase path 'Default Web Site/MyWebsite_deploy' is not supported.
Paths must be of the format '/lm/w3svc/<siteid>/ROOT/...'.
Error: The metabase key '/Default Web Site/ROOT/MyWebsite_deploy' could not be found.
Error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Error count: 1.
I have the virtual directory allready installed under Default Web Site.
I want to include Microsoft AntiXss V1.5 library on my live site running in a medium trust setting.However, I got an error something like:Required permissions cannot be acquired.
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.Security.Policy.PolicyException: Required permissions cannot be acquired.I tried this in full trust setting on my development machine and everything works good.Looks like this will run only in full trust configuration.