Questions tagged [start-page]

29 questions
1
vote
3 answers

Upgrade Visual Studio 2010 StartPage to 2012?

As I found no Information about my concern on google, I will try it here. On Visual Studio 2010 it was possible to create Custom Start Pages. I did one by my own a year ago and I'm used to it now. Well, as Visual Studio 2012 released, I wasn't able…
eMi
  • 5,540
  • 10
  • 60
  • 109
0
votes
0 answers

Redirection to another Flow's page other than start page (Google DialogFlow)

Is it possible to redirect to another flow's another page rather than the start page in Google Dialogflow Cx? Right now, I only see an option to redirect it to the start page of another flow. Thanks a lot.
0
votes
1 answer

Serve random page for visitor (index page)

I'm using apache2 on Linux, and I'm wondering if it is possible to show a random index file to users that's visiting the site WITHOUT they see it so it always says: Https://example.com regardless if the system loads index1.html or index2.html or is…
0
votes
1 answer

Angular: How to read a parameter in the URL string when opening the start page?

How to read a parameter in the URL string when opening the start page? If I pass the ID to the URL: mysite.com/productid, and the app will read and remember this ID for future reference ? I want to read the QR-code, which contains the path with ID…
Vasily Asur
  • 31
  • 1
  • 5
0
votes
1 answer

Language dependent DNN start page

what is the best way to have langage specific start pages dependent on the browser settings of the user? The way I found out was to specify a "DefaultPage" as my start page that only contains a "Redirector" Module. This module checks the browser's…
0
votes
0 answers

How do you make a dynamic start page in HTML/JavaScript/MySQL?

So I'm currently working on a start page (personal use) but right now I have to edit the HTML if I want to add/delete/edit a website or container. What's the easiest way to make an in-browser experience? I have tried JavaScript and that worked but…
0
votes
1 answer

visual studio 2015 installed but didn't responsing

I want to set the .net core environment of my visual studio 2015. According to adam freeman first I have to update visual studio then to install .net core mvc. I tried to update but failed then I uninstall the setup but at the last steps of…
Ahmad Qasim
  • 452
  • 1
  • 8
  • 26
0
votes
2 answers

Redirect only if user is online

I am currently having an Issue with a Clients Intranet. We used to have a start-site where some js checks, wether the user is online or not, and if so that he is redirected to the home-page of our Intranet. Now I am testing the compatibility with…
Code_Sam
  • 11
  • 5
0
votes
0 answers

How to create a Visual Studio 2015 Startpage with WPF?

I need a little kickstart for creating a Visual Studio "Startpage" in the Version 2015. There are old information (https://msdn.microsoft.com/en-us/library/Ee663382(v=vs.120).aspx) out there and some projects on Visual Studio Galery (eg…
A. Kay
  • 1
  • 1
0
votes
2 answers

Registering default route in MVC

I have a ASP .NET 4.5 app that includes WebForms, MVC and Web API. Registering a default route worked fine as follows: routes.MapRoute ( name: "Default", url: "{controller}/{action}", defaults: new { controller = "Login", action =…
Raheel Khan
  • 14,205
  • 13
  • 80
  • 168
0
votes
2 answers

setting homepage in IIS for mvc4 website /application (no forms no.aspx)

as it happens i had a long day solving settings problems and now that i am set with mvc4 (moved from WebForms) and vs2010 . after deploying to IIS(7 v7.5) i could not make the project load unless i specify the full path to the view . besides…
Avia Afer
  • 866
  • 2
  • 8
  • 29
0
votes
1 answer

Customizing (not changing!) the VS 2008 start menu

Is it possible to customize the VS2008 start menu (remove the RSS feeds, expand recent programs, etc.)?
RCIX
  • 38,647
  • 50
  • 150
  • 207
0
votes
3 answers

How do I make Visual Studio Start Page display my checked out files?

We use Visual Source Safe. Is there a way to have the all-files-checked-out-to-me report display on the Start Page in Visual Studio? So that when I opened VS, I'd see a report of everything I have checked out from VSS, categorized by project.
user164226
0
votes
1 answer

Visual Studio 2010 Display message when opening solution

I was wondering if any one knows of any plugins that can be used in Visual Studio 2010 to set a startup page for a project. What I want to do is display some important notes regarding the project when its open each time. Thanks
Boomerang
  • 782
  • 2
  • 11
  • 20
1
2