Dynamics: after importing the package open web-resource html page - dynamics-crm

I have to open web-resource ("settings.html") after importing package in Dynamics 365.
How can I do that in MS Dynamics 365 v 8.2?
I've heard something about "post import action", but I got nothing about it.

You are looking for adding configuration page in solution.
1 Create an HTML Web Resource in your solution
2 Add the created Web Resource as a Configuration Page in the Solution Information
Reference

Related

How to share a particular excel from Sharepoint location to a user using Power Automate

In the current scenario, when the user submits the form , I am copying a basic excel template self service file to a sharepoint folder location. I want to share this copied file with the user who submitted the form. I am unable to share the file using flow and I am not sure, how to do it.
You can use the SharePoint's "Get file content" and then use Outlooks "Send an email" and attach the File Content where it says Attachments Content - 1 and give it a name with the file type at the end.
AFTER COMMENT
You can use SharePoint’s “Create sharing link for a file or folder”
I used a OneDrive Share link in my example below, you just need to use the SharePoint one as I mentioned above.

Unable to access page ashx

I have to test a Web Service with visual studio 2015, using IIS.
I have a project "MyWebService", this project contains a page "myPage.ashx". When I start the project my chrome explorer starts on page localhost - /. There I can see all file in the project.
But when I click on myPage.ashx I got an error 404 :
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
I changed the property "browse to URL" to ~/myPage.ashx but there is no difference. I'm very new to web services and I need help to know where I have to looking for.
.ashx file extension might not be defined in your IIS.
See official documentation on Microsoft site How to: Configure an HTTP Handler Extension in IIS.

Index.html file generated by apidoc.js shows a 404 error after deploying asp.net web api app to server

I used apidocjs to setup the documentation of my asp.net web api app. Everything works fine on my machine when I run my web api in visual studio but not on the server I deployed the app to.
I get a 404 error when I navigate to the index.html generated by apidocjs.
I think it's an issue with IIS.
I need suggestions on how to resolve this?
Ok. Found the problem kind of silly.
I did not include the ~ symbol as part of the path in my anchor tag.
Before I had
I added ~
<li>Docs</li>
<li>Docs</li>
and problem solved!!!
Update.
What I did earlier solved the problem on the deployment i did to my local IIS but not on my remote server.
I had move my static html file into the Content folder of my web-api, edited the link to look like this and the problem was resolved.
Docs
Got this from here. Ordinary html links in mvc razor

?Can I host a MVC3 website on an Azure Web Site or I need to create a Cloud Service?

Can I host a MVC3 website on an Azure Web Site ?
I try to deploy an MVC3 website to Azure Web Sites (in preview).
If I leave the web.config file I got an error.
If I remove the web.config file, like I did with a normal ASP.net website, then I got other errors that seems related to MVC3.
Thanks
I ended up following this tutorial.
http://www.windowsazure.com/en-us/develop/net/tutorials/get-started/
It seems that if you if you have some additional configuration, you need the SDK.
To publish plain aspx websites, you dont need the SDK.
In terms of running an MVC website in Azure websites, I found this: http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/

Webform in MVC app does not show in IIS7.5

I have a webform (using the ReportViewer) that is in an MVC application. It is outside the Views folder in a root level folder called Reports. The webform page works correctly when using VS2010 and the web server (Development Server, WebDev.WebServer, Cassini). When using IIS7.5 with an integrated Application Pool (also tried Classic and set the ISAPI restrictions to allow), it does not work. I have the modules..handlers item (Reserved-ReportViewerWebControl-axd) in web.config.
I am getting this page result: "The resource cannot be found." / Description: HTTP 404. The resource you are looking for ...
I hope someone has a fix for this.
Thanks in advance.
Try putting the file(s) under the content folder. That should remove any route problems.

Resources